Shades of Russet #87421E
Tints of Russet #87421E
RGB
CMYK
RGB Variations
Color information
#87421E (or 0x87421E) is known color: Russet. HEX triplet: 87, 42 and 1E. RGB value is (135,66,30). Sum of RGB (Red+Green+Blue) = 135+66+30=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87421E is #78BDE1. Grayscale: #525252. Windows color (decimal): -7912930 or 1983111. OLE color: 1983111.
HSL color Cylindrical-coordinate representation of color #87421E: hue angle of 20.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87421E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 30 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.47 |
| HSL | 20.57º | 0.64% | 0.32% | - |
| HSV(B) | 20.57º | 0.78% | 0.53% | - |
| XYZ | 12.17 | 9.14 | 2.35 | - |
| YUV | 82.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 30 | 0 | 0.51 | 0.78 | 0.47 | 20.57 | 0.64 | 0.32 |
| Hex | 87 | 42 | 1E | 0 | 33 | 4E | 2F | 15 | 40 | 20 |
| Octal | 207 | 102 | 36 | 0 | 63 | 116 | 57 | 25 | 100 | 40 |
| Binary | 10000111 | 1000010 | 11110 | 0 | 110011 | 1001110 | 101111 | 10101 | 1000000 | 100000 |
Color Harmonies of #87421E
Complementary color
Monochromatic Colors of #87421E
Black with #87421E
Text Example
Text Example
White with #87421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87421E; }
p { color: rgb(135,66,30); }
H1.HeaderClassName
{
color: #87421E;
}
.AnyTagClassName
{
color: #87421E;
}
</style>
background-color css
<style>
a { background-color: #87421E; }
a { background-color: rgb(135,66,30); }
div.DivClassName
{
background-color: #87421E;
}
.BgClassName
{
background-color: #87421E;
}
</style>
border-color css
<style>
span { border-color: #87421E; }
span { border-color: rgb(135,66,30); }
td.TdClassName
{
border-color: #87421E;
}
.TagClassName
{
border-color: #87421E;
}
</style>