Shades of Russet #87411B
Tints of Russet #87411B
RGB
CMYK
RGB Variations
Color information
#87411B (or 0x87411B) is known color: Russet. HEX triplet: 87, 41 and 1B. RGB value is (135,65,27). Sum of RGB (Red+Green+Blue) = 135+65+27=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87411B is #78BEE4. Grayscale: #515151. Windows color (decimal): -7913189 or 1786247. OLE color: 1786247.
HSL color Cylindrical-coordinate representation of color #87411B: hue angle of 21.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87411B is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 27 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.47 |
| HSL | 21.11º | 0.67% | 0.32% | - |
| HSV(B) | 21.11º | 0.8% | 0.53% | - |
| XYZ | 12.08 | 9.01 | 2.14 | - |
| YUV | 81.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 27 | 0 | 0.52 | 0.8 | 0.47 | 21.11 | 0.67 | 0.32 |
| Hex | 87 | 41 | 1B | 0 | 34 | 50 | 2F | 15 | 43 | 20 |
| Octal | 207 | 101 | 33 | 0 | 64 | 120 | 57 | 25 | 103 | 40 |
| Binary | 10000111 | 1000001 | 11011 | 0 | 110100 | 1010000 | 101111 | 10101 | 1000011 | 100000 |
Color Harmonies of #87411B
Complementary color
Monochromatic Colors of #87411B
Black with #87411B
Text Example
Text Example
White with #87411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87411B; }
p { color: rgb(135,65,27); }
H1.HeaderClassName
{
color: #87411B;
}
.AnyTagClassName
{
color: #87411B;
}
</style>
background-color css
<style>
a { background-color: #87411B; }
a { background-color: rgb(135,65,27); }
div.DivClassName
{
background-color: #87411B;
}
.BgClassName
{
background-color: #87411B;
}
</style>
border-color css
<style>
span { border-color: #87411B; }
span { border-color: rgb(135,65,27); }
td.TdClassName
{
border-color: #87411B;
}
.TagClassName
{
border-color: #87411B;
}
</style>