#8B812D

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

Shades of Lemon Ginger #8B812D

Tints of Lemon Ginger #8B812D

Color information

#8B812D (or 0x8B812D) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 81 and 2D. RGB value is (139,129,45). Sum of RGB (Red+Green+Blue) = 139+129+45=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B812D is #747ED2. Grayscale: #7A7A7A. Windows color (decimal): -7634643 or 2982283. OLE color: 2982283.

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

Color convert

RGB13912945-
CMYK00.070.680.45
HSL53.62º51.09%36.08%-
HSV(B)53.62º67.63%54.51%-
XYZ18.9721.385.61-
YUV122.4184.31139.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=44.41%
G=41.21%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391294500.070.680.4553.6251.0936.08
Hex8B812D07442D363324
Octal213201550710455666344
Binary100010111000000110110101111000100101101110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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