#8B7B2B

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

Shades of Lemon Ginger #8B7B2B

Tints of Lemon Ginger #8B7B2B

Color information

#8B7B2B (or 0x8B7B2B) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7B and 2B. RGB value is (139,123,43). Sum of RGB (Red+Green+Blue) = 139+123+43=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B2B is #7484D4. Grayscale: #767676. Windows color (decimal): -7636181 or 2849675. OLE color: 2849675.

HSL color Cylindrical-coordinate representation of color #8B7B2B: hue angle of 50º 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 #8B7B2B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB13912343-
CMYK00.120.690.45
HSL50º52.75%35.69%-
HSV(B)50º69.06%54.51%-
XYZ18.1719.835.16-
YUV118.6685.3142.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=45.57%
G=40.33%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391234300.120.690.455052.7535.69
Hex8B7B2B0C452D323524
Octal2131735301410555626544
Binary100010111111011101011011001000101101101110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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