Shades of Russet #8B4820
Tints of Russet #8B4820
RGB
CMYK
RGB Variations
Color information
#8B4820 (or 0x8B4820) is known color: Russet. HEX triplet: 8B, 48 and 20. RGB value is (139,72,32). Sum of RGB (Red+Green+Blue) = 139+72+32=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4820 is #74B7DF. Grayscale: #575757. Windows color (decimal): -7649248 or 2115723. OLE color: 2115723.
HSL color Cylindrical-coordinate representation of color #8B4820: hue angle of 22.43º 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 #8B4820 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 32 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.45 |
| HSL | 22.43º | 0.63% | 0.34% | - |
| HSV(B) | 22.43º | 0.77% | 0.55% | - |
| XYZ | 13.23 | 10.23 | 2.64 | - |
| YUV | 87.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 32 | 0 | 0.48 | 0.77 | 0.45 | 22.43 | 0.63 | 0.34 |
| Hex | 8B | 48 | 20 | 0 | 30 | 4D | 2D | 16 | 3F | 22 |
| Octal | 213 | 110 | 40 | 0 | 60 | 115 | 55 | 26 | 77 | 42 |
| Binary | 10001011 | 1001000 | 100000 | 0 | 110000 | 1001101 | 101101 | 10110 | 111111 | 100010 |
Color Harmonies of #8B4820
Complementary color
Monochromatic Colors of #8B4820
Black with #8B4820
Text Example
Text Example
White with #8B4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4820; }
p { color: rgb(139,72,32); }
H1.HeaderClassName
{
color: #8B4820;
}
.AnyTagClassName
{
color: #8B4820;
}
</style>
background-color css
<style>
a { background-color: #8B4820; }
a { background-color: rgb(139,72,32); }
div.DivClassName
{
background-color: #8B4820;
}
.BgClassName
{
background-color: #8B4820;
}
</style>
border-color css
<style>
span { border-color: #8B4820; }
span { border-color: rgb(139,72,32); }
td.TdClassName
{
border-color: #8B4820;
}
.TagClassName
{
border-color: #8B4820;
}
</style>