#8B8329

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

Shades of Lemon Ginger #8B8329

Tints of Lemon Ginger #8B8329

Color information

#8B8329 (or 0x8B8329) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 29. RGB value is (139,131,41). Sum of RGB (Red+Green+Blue) = 139+131+41=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8329 is #747CD6. Grayscale: #7B7B7B. Windows color (decimal): -7634135 or 2720651. OLE color: 2720651.

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

Color convert

RGB13913141-
CMYK00.060.710.45
HSL55.1º54.44%35.29%-
HSV(B)55.1º70.5%54.51%-
XYZ19.1621.885.31-
YUV123.1381.65139.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=44.69%
G=42.12%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391314100.060.710.4555.154.4435.29
Hex8B832906472D373623
Octal213203510610755676643
Binary100010111000001110100101101000111101101110111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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