#8B832A

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

Shades of Lemon Ginger #8B832A

Tints of Lemon Ginger #8B832A

Color information

#8B832A (or 0x8B832A) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 2A. RGB value is (139,131,42). Sum of RGB (Red+Green+Blue) = 139+131+42=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B832A is #747CD5. Grayscale: #7B7B7B. Windows color (decimal): -7634134 or 2786187. OLE color: 2786187.

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

Color convert

RGB13913142-
CMYK00.060.700.45
HSL55.05º53.59%35.49%-
HSV(B)55.05º69.78%54.51%-
XYZ19.1821.895.4-
YUV123.2582.15139.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=44.55%
G=41.99%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391314200.060.700.4555.0553.5935.49
Hex8B832A06462D373623
Octal213203520610655676643
Binary100010111000001110101001101000110101101110111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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