#8B821B

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

Shades of Lemon Ginger #8B821B

Tints of Lemon Ginger #8B821B

Color information

#8B821B (or 0x8B821B) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 82 and 1B. RGB value is (139,130,27). Sum of RGB (Red+Green+Blue) = 139+130+27=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B821B is #747DE4. Grayscale: #797979. Windows color (decimal): -7634405 or 1802891. OLE color: 1802891.

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

Color convert

RGB13913027-
CMYK00.060.810.45
HSL55.18º67.47%32.55%-
HSV(B)55.18º80.58%54.51%-
XYZ18.8321.534.2-
YUV120.9574.98140.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=46.96%
G=43.92%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391302700.060.810.4555.1867.4732.55
Hex8B821B06512D374321
Octal2132023306121556710341
Binary100010111000001011011011010100011011011101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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