#8F8326

Color #8F8326 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8F8326

Tints of Lemon Ginger #8F8326

Color information

#8F8326 (or 0x8F8326) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 83 and 26. RGB value is (143,131,38). Sum of RGB (Red+Green+Blue) = 143+131+38=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8326 is #707CD9. Grayscale: #7C7C7C. Windows color (decimal): -7371994 or 2524047. OLE color: 2524047.

HSL color Cylindrical-coordinate representation of color #8F8326: hue angle of 53.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F8326 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14313138-
CMYK00.080.730.44
HSL53.14º58.01%35.49%-
HSV(B)53.14º73.43%56.08%-
XYZ19.7922.215.08-
YUV123.9979.48141.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=45.83%
G=41.99%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431313800.080.730.4453.1458.0135.49
Hex8F832608492C353a23
Octal2172034601011154657243
Binary1000111110000011100110010001001001101100110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8326; }

 p { color: rgb(143,131,38); }

 H1.HeaderClassName
 {
   color: #8F8326;
 }
 .AnyTagClassName
 {
   color: #8F8326;
 }
</style>
background-color css

<style>
 a { background-color: #8F8326; }

 a { background-color: rgb(143,131,38); }

 div.DivClassName
 {
   background-color: #8F8326;
 }
 .BgClassName
 {
   background-color: #8F8326;
 }
</style>
border-color css

<style>
 span { border-color: #8F8326; }

 span { border-color: rgb(143,131,38); }

 td.TdClassName
 {
   border-color: #8F8326;
 }
 .TagClassName
 {
   border-color: #8F8326;
 }
</style>