#8B821F

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

Shades of Lemon Ginger #8B821F

Tints of Lemon Ginger #8B821F

Color information

#8B821F (or 0x8B821F) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 82 and 1F. RGB value is (139,130,31). Sum of RGB (Red+Green+Blue) = 139+130+31=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B821F is #747DE0. Grayscale: #797979. Windows color (decimal): -7634401 or 2065035. OLE color: 2065035.

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

Color convert

RGB13913031-
CMYK00.060.780.45
HSL55º63.53%33.33%-
HSV(B)55º77.7%54.51%-
XYZ18.8821.554.46-
YUV121.4176.98140.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=46.33%
G=43.33%
B=10.33%

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
Decimal1391303100.060.780.455563.5333.33
Hex8B821F064E2D374021
Octal2132023706116556710041
Binary100010111000001011111011010011101011011101111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,31); }

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

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

 a { background-color: rgb(139,130,31); }

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

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

 span { border-color: rgb(139,130,31); }

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