#8B4320

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

Shades of Russet #8B4320

Tints of Russet #8B4320

Color information

#8B4320 (or 0x8B4320) is unknown color: approx Russet. HEX triplet: 8B, 43 and 20. RGB value is (139,67,32). Sum of RGB (Red+Green+Blue) = 139+67+32=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4320 is #74BCDF. Grayscale: #545454. Windows color (decimal): -7650528 or 2114443. OLE color: 2114443.

HSL color Cylindrical-coordinate representation of color #8B4320: hue angle of 19.63º 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 #8B4320 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1396732-
CMYK00.520.770.45
HSL19.63º62.57%33.53%-
HSV(B)19.63º76.98%54.51%-
XYZ12.929.612.54-
YUV84.5498.35166.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=58.40%
G=28.15%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139673200.520.770.4519.6362.5733.53
Hex8B43200344D2D143f22
Octal2131034006411555247742
Binary1000101110000111000000110100100110110110110100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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