#8B7D2E

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

Shades of Lemon Ginger #8B7D2E

Tints of Lemon Ginger #8B7D2E

Color information

#8B7D2E (or 0x8B7D2E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7D and 2E. RGB value is (139,125,46). Sum of RGB (Red+Green+Blue) = 139+125+46=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D2E is #7482D1. Grayscale: #787878. Windows color (decimal): -7635666 or 3046795. OLE color: 3046795.

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

Color convert

RGB13912546-
CMYK00.100.670.45
HSL50.97º50.27%36.27%-
HSV(B)50.97º66.91%54.51%-
XYZ18.4720.355.54-
YUV120.1886.14141.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=44.84%
G=40.32%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391254600.100.670.4550.9750.2736.27
Hex8B7D2E0A432D333224
Octal2131755601210355636244
Binary100010111111101101110010101000011101101110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,46); }

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

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

 a { background-color: rgb(139,125,46); }

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

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

 span { border-color: rgb(139,125,46); }

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