#8B7B2F

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

Shades of Lemon Ginger #8B7B2F

Tints of Lemon Ginger #8B7B2F

Color information

#8B7B2F (or 0x8B7B2F) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7B and 2F. RGB value is (139,123,47). Sum of RGB (Red+Green+Blue) = 139+123+47=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B2F is #7484D0. Grayscale: #777777. Windows color (decimal): -7636177 or 3111819. OLE color: 3111819.

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

Color convert

RGB13912347-
CMYK00.120.660.45
HSL49.57º49.46%36.47%-
HSV(B)49.57º66.19%54.51%-
XYZ18.2419.865.56-
YUV119.1287.3142.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=44.98%
G=39.81%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391234700.120.660.4549.5749.4636.47
Hex8B7B2F0C422D323124
Octal2131735701410255626144
Binary100010111111011101111011001000010101101110010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,47); }

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

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

 a { background-color: rgb(139,123,47); }

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

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

 span { border-color: rgb(139,123,47); }

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