#8B811F

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

Shades of Lemon Ginger #8B811F

Tints of Lemon Ginger #8B811F

Color information

#8B811F (or 0x8B811F) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 81 and 1F. RGB value is (139,129,31). Sum of RGB (Red+Green+Blue) = 139+129+31=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B811F is #747EE0. Grayscale: #797979. Windows color (decimal): -7634657 or 2064779. OLE color: 2064779.

HSL color Cylindrical-coordinate representation of color #8B811F: hue angle of 54.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B811F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB13912931-
CMYK00.070.780.45
HSL54.44º63.53%33.33%-
HSV(B)54.44º77.7%54.51%-
XYZ18.7521.294.42-
YUV120.8277.31140.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=46.49%
G=43.14%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391293100.070.780.4554.4463.5333.33
Hex8B811F074E2D364021
Octal2132013707116556610041
Binary100010111000000111111011110011101011011101101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,31); }

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

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

 a { background-color: rgb(139,129,31); }

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

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

 span { border-color: rgb(139,129,31); }

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