#8F811B

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

Shades of Lemon Ginger #8F811B

Tints of Lemon Ginger #8F811B

Color information

#8F811B (or 0x8F811B) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 81 and 1B. RGB value is (143,129,27). Sum of RGB (Red+Green+Blue) = 143+129+27=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F811B is #707EE4. Grayscale: #797979. Windows color (decimal): -7372517 or 1802639. OLE color: 1802639.

HSL color Cylindrical-coordinate representation of color #8F811B: hue angle of 52.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F811B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14312927-
CMYK00.100.810.44
HSL52.76º68.24%33.33%-
HSV(B)52.76º81.12%56.08%-
XYZ19.3821.624.19-
YUV121.5674.64143.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=47.83%
G=43.14%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431292700.100.810.4452.7668.2433.33
Hex8F811B0A512C354421
Octal21720133012121546510441
Binary1000111110000001110110101010100011011001101011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,129,27); }

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

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

 a { background-color: rgb(143,129,27); }

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

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

 span { border-color: rgb(143,129,27); }

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