#8B872D

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

Shades of Lemon Ginger #8B872D

Tints of Lemon Ginger #8B872D

Color information

#8B872D (or 0x8B872D) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 87 and 2D. RGB value is (139,135,45). Sum of RGB (Red+Green+Blue) = 139+135+45=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B872D is #7478D2. Grayscale: #7E7E7E. Windows color (decimal): -7633107 or 2983819. OLE color: 2983819.

HSL color Cylindrical-coordinate representation of color #8B872D: hue angle of 57.45º 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 #8B872D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB13913545-
CMYK00.030.680.45
HSL57.45º51.09%36.08%-
HSV(B)57.45º67.63%54.51%-
XYZ19.7923.015.88-
YUV125.9482.33137.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 45 (17.97% from 255) = 14.11%
R=43.57%
G=42.32%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391354500.030.680.4557.4551.0936.08
Hex8B872D03442D393324
Octal213207550310455716344
Binary10001011100001111011010111000100101101111001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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