#8B832C

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

Shades of Lemon Ginger #8B832C

Tints of Lemon Ginger #8B832C

Color information

#8B832C (or 0x8B832C) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 2C. RGB value is (139,131,44). Sum of RGB (Red+Green+Blue) = 139+131+44=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B832C is #747CD3. Grayscale: #7B7B7B. Windows color (decimal): -7634132 or 2917259. OLE color: 2917259.

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

Color convert

RGB13913144-
CMYK00.060.680.45
HSL54.95º51.91%35.88%-
HSV(B)54.95º68.35%54.51%-
XYZ19.2221.95.6-
YUV123.4783.15139.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=44.27%
G=41.72%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391314400.060.680.4554.9551.9135.88
Hex8B832C06442D373424
Octal213203540610455676444
Binary100010111000001110110001101000100101101110111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,44); }

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

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

 a { background-color: rgb(139,131,44); }

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

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

 span { border-color: rgb(139,131,44); }

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