#8B7D21

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

Shades of Lemon Ginger #8B7D21

Tints of Lemon Ginger #8B7D21

Color information

#8B7D21 (or 0x8B7D21) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7D and 21. RGB value is (139,125,33). Sum of RGB (Red+Green+Blue) = 139+125+33=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D21 is #7482DE. Grayscale: #777777. Windows color (decimal): -7635679 or 2194827. OLE color: 2194827.

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

Color convert

RGB13912533-
CMYK00.100.760.45
HSL52.08º61.63%33.73%-
HSV(B)52.08º76.26%54.51%-
XYZ18.2620.274.39-
YUV118.779.64142.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=46.80%
G=42.09%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391253300.100.760.4552.0861.6333.73
Hex8B7D210A4C2D343e22
Octal2131754101211455647642
Binary100010111111101100001010101001100101101110100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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