Shades of Russet #87501F
Tints of Russet #87501F
RGB
CMYK
RGB Variations
Color information
#87501F (or 0x87501F) is known color: Russet. HEX triplet: 87, 50 and 1F. RGB value is (135,80,31). Sum of RGB (Red+Green+Blue) = 135+80+31=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87501F is #78AFE0. Grayscale: #5B5B5B. Windows color (decimal): -7909345 or 2052231. OLE color: 2052231.
HSL color Cylindrical-coordinate representation of color #87501F: hue angle of 28.27º 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 #87501F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 31 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.47 |
| HSL | 28.27º | 0.63% | 0.33% | - |
| HSV(B) | 28.27º | 0.77% | 0.53% | - |
| XYZ | 13.11 | 10.99 | 2.73 | - |
| YUV | 90.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 31 | 0 | 0.41 | 0.77 | 0.47 | 28.27 | 0.63 | 0.33 |
| Hex | 87 | 50 | 1F | 0 | 29 | 4D | 2F | 1C | 3F | 21 |
| Octal | 207 | 120 | 37 | 0 | 51 | 115 | 57 | 34 | 77 | 41 |
| Binary | 10000111 | 1010000 | 11111 | 0 | 101001 | 1001101 | 101111 | 11100 | 111111 | 100001 |
Color Harmonies of #87501F
Complementary color
Monochromatic Colors of #87501F
Black with #87501F
Text Example
Text Example
White with #87501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87501F; }
p { color: rgb(135,80,31); }
H1.HeaderClassName
{
color: #87501F;
}
.AnyTagClassName
{
color: #87501F;
}
</style>
background-color css
<style>
a { background-color: #87501F; }
a { background-color: rgb(135,80,31); }
div.DivClassName
{
background-color: #87501F;
}
.BgClassName
{
background-color: #87501F;
}
</style>
border-color css
<style>
span { border-color: #87501F; }
span { border-color: rgb(135,80,31); }
td.TdClassName
{
border-color: #87501F;
}
.TagClassName
{
border-color: #87501F;
}
</style>