Shades of Russet #87461B
Tints of Russet #87461B
RGB
CMYK
RGB Variations
Color information
#87461B (or 0x87461B) is known color: Russet. HEX triplet: 87, 46 and 1B. RGB value is (135,70,27). Sum of RGB (Red+Green+Blue) = 135+70+27=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87461B is #78B9E4. Grayscale: #545454. Windows color (decimal): -7911909 or 1787527. OLE color: 1787527.
HSL color Cylindrical-coordinate representation of color #87461B: hue angle of 23.89º 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 #87461B is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 27 | - |
| CMYK | 0 | 0.48 | 0.8 | 0.47 |
| HSL | 23.89º | 0.67% | 0.32% | - |
| HSV(B) | 23.89º | 0.8% | 0.53% | - |
| XYZ | 12.38 | 9.61 | 2.24 | - |
| YUV | 84.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 27 | 0 | 0.48 | 0.8 | 0.47 | 23.89 | 0.67 | 0.32 |
| Hex | 87 | 46 | 1B | 0 | 30 | 50 | 2F | 18 | 43 | 20 |
| Octal | 207 | 106 | 33 | 0 | 60 | 120 | 57 | 30 | 103 | 40 |
| Binary | 10000111 | 1000110 | 11011 | 0 | 110000 | 1010000 | 101111 | 11000 | 1000011 | 100000 |
Color Harmonies of #87461B
Complementary color
Monochromatic Colors of #87461B
Black with #87461B
Text Example
Text Example
White with #87461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87461B; }
p { color: rgb(135,70,27); }
H1.HeaderClassName
{
color: #87461B;
}
.AnyTagClassName
{
color: #87461B;
}
</style>
background-color css
<style>
a { background-color: #87461B; }
a { background-color: rgb(135,70,27); }
div.DivClassName
{
background-color: #87461B;
}
.BgClassName
{
background-color: #87461B;
}
</style>
border-color css
<style>
span { border-color: #87461B; }
span { border-color: rgb(135,70,27); }
td.TdClassName
{
border-color: #87461B;
}
.TagClassName
{
border-color: #87461B;
}
</style>