#8B4420

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

Shades of Russet #8B4420

Tints of Russet #8B4420

Color information

#8B4420 (or 0x8B4420) is unknown color: approx Russet. HEX triplet: 8B, 44 and 20. RGB value is (139,68,32). Sum of RGB (Red+Green+Blue) = 139+68+32=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4420 is #74BBDF. Grayscale: #555555. Windows color (decimal): -7650272 or 2114699. OLE color: 2114699.

HSL color Cylindrical-coordinate representation of color #8B4420: hue angle of 20.19º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B4420 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1396832-
CMYK00.510.770.45
HSL20.19º62.57%33.53%-
HSV(B)20.19º76.98%54.51%-
XYZ12.989.732.56-
YUV85.1298.02166.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=58.16%
G=28.45%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139683200.510.770.4520.1962.5733.53
Hex8B44200334D2D143f22
Octal2131044006311555247742
Binary1000101110001001000000110011100110110110110100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,32); }

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

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

 a { background-color: rgb(139,68,32); }

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

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

 span { border-color: rgb(139,68,32); }

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