#8B872B

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

Shades of Lemon Ginger #8B872B

Tints of Lemon Ginger #8B872B

Color information

#8B872B (or 0x8B872B) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 87 and 2B. RGB value is (139,135,43). Sum of RGB (Red+Green+Blue) = 139+135+43=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B872B is #7478D4. Grayscale: #7E7E7E. Windows color (decimal): -7633109 or 2852747. OLE color: 2852747.

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

Color convert

RGB13913543-
CMYK00.030.690.45
HSL57.5º52.75%35.69%-
HSV(B)57.5º69.06%54.51%-
XYZ19.7522.995.68-
YUV125.7181.33137.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=43.85%
G=42.59%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391354300.030.690.4557.552.7535.69
Hex8B872B03452D3a3524
Octal213207530310555726544
Binary10001011100001111010110111000101101101111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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