#8B4421

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

Shades of Russet #8B4421

Tints of Russet #8B4421

Color information

#8B4421 (or 0x8B4421) is unknown color: approx Russet. HEX triplet: 8B, 44 and 21. RGB value is (139,68,33). Sum of RGB (Red+Green+Blue) = 139+68+33=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4421 is #74BBDE. Grayscale: #555555. Windows color (decimal): -7650271 or 2180235. OLE color: 2180235.

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

Color convert

RGB1396833-
CMYK00.510.760.45
HSL19.81º61.63%33.73%-
HSV(B)19.81º76.26%54.51%-
XYZ12.999.732.63-
YUV85.2498.52166.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 33 (13.28% from 255) = 13.75%
R=57.92%
G=28.33%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139683300.510.760.4519.8161.6333.73
Hex8B44210334C2D143e22
Octal2131044106311455247642
Binary1000101110001001000010110011100110010110110100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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