#8b831e

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

Shades of Lemon Ginger #8B831E

Tints of Lemon Ginger #8B831E

Color information

#8B831E (or 0x8B831E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 1E. RGB value is (139,131,30). Sum of RGB (Red+Green+Blue) = 139+131+30=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B831E is #747CE1. Grayscale: #7A7A7A. Windows color (decimal): -7634146 or 1999755. OLE color: 1999755.

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

Color convert

RGB13913130-
CMYK00.060.780.45
HSL55.6º64.5%33.14%-
HSV(B)55.6º78.42%54.51%-
XYZ1921.824.44-
YUV121.8876.15140.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 30 (12.11% from 255) = 10%
R=46.33%
G=43.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391313000.060.780.4555.664.533.14
Hex8B831E064E2D384021
Octal2132033606116557010041
Binary100010111000001111110011010011101011011110001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b831e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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