Shades of Russet #87401F
Tints of Russet #87401F
RGB
CMYK
RGB Variations
Color information
#87401F (or 0x87401F) is known color: Russet. HEX triplet: 87, 40 and 1F. RGB value is (135,64,31). Sum of RGB (Red+Green+Blue) = 135+64+31=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87401F is #78BFE0. Grayscale: #515151. Windows color (decimal): -7913441 or 2048135. OLE color: 2048135.
HSL color Cylindrical-coordinate representation of color #87401F: hue angle of 19.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87401F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 31 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.47 |
| HSL | 19.04º | 0.63% | 0.33% | - |
| HSV(B) | 19.04º | 0.77% | 0.53% | - |
| XYZ | 12.07 | 8.92 | 2.38 | - |
| YUV | 81.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 31 | 0 | 0.53 | 0.77 | 0.47 | 19.04 | 0.63 | 0.33 |
| Hex | 87 | 40 | 1F | 0 | 35 | 4D | 2F | 13 | 3F | 21 |
| Octal | 207 | 100 | 37 | 0 | 65 | 115 | 57 | 23 | 77 | 41 |
| Binary | 10000111 | 1000000 | 11111 | 0 | 110101 | 1001101 | 101111 | 10011 | 111111 | 100001 |
Color Harmonies of #87401F
Complementary color
Monochromatic Colors of #87401F
Black with #87401F
Text Example
Text Example
White with #87401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87401F; }
p { color: rgb(135,64,31); }
H1.HeaderClassName
{
color: #87401F;
}
.AnyTagClassName
{
color: #87401F;
}
</style>
background-color css
<style>
a { background-color: #87401F; }
a { background-color: rgb(135,64,31); }
div.DivClassName
{
background-color: #87401F;
}
.BgClassName
{
background-color: #87401F;
}
</style>
border-color css
<style>
span { border-color: #87401F; }
span { border-color: rgb(135,64,31); }
td.TdClassName
{
border-color: #87401F;
}
.TagClassName
{
border-color: #87401F;
}
</style>