#8B8319

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

Shades of Lemon Ginger #8B8319

Tints of Lemon Ginger #8B8319

Color information

#8B8319 (or 0x8B8319) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 19. RGB value is (139,131,25). Sum of RGB (Red+Green+Blue) = 139+131+25=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8319 is #747CE6. Grayscale: #797979. Windows color (decimal): -7634151 or 1672075. OLE color: 1672075.

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

Color convert

RGB13913125-
CMYK00.060.820.45
HSL55.79º69.51%32.16%-
HSV(B)55.79º82.01%54.51%-
XYZ18.9421.794.13-
YUV121.3173.65140.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=47.12%
G=44.41%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391312500.060.820.4555.7969.5132.16
Hex8B831906522D384620
Octal2132033106122557010640
Binary100010111000001111001011010100101011011110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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