#8B7B2A

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

Shades of Lemon Ginger #8B7B2A

Tints of Lemon Ginger #8B7B2A

Color information

#8B7B2A (or 0x8B7B2A) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7B and 2A. RGB value is (139,123,42). Sum of RGB (Red+Green+Blue) = 139+123+42=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B2A is #7484D5. Grayscale: #767676. Windows color (decimal): -7636182 or 2784139. OLE color: 2784139.

HSL color Cylindrical-coordinate representation of color #8B7B2A: hue angle of 50.1º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B7B2A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB13912342-
CMYK00.120.700.45
HSL50.1º53.59%35.49%-
HSV(B)50.1º69.78%54.51%-
XYZ18.1519.825.06-
YUV118.5584.8142.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=45.72%
G=40.46%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391234200.120.700.4550.153.5935.49
Hex8B7B2A0C462D323623
Octal2131735201410655626643
Binary100010111111011101010011001000110101101110010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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