Shades of Russet #87491C
Tints of Russet #87491C
RGB
CMYK
RGB Variations
Color information
#87491C (or 0x87491C) is known color: Russet. HEX triplet: 87, 49 and 1C. RGB value is (135,73,28). Sum of RGB (Red+Green+Blue) = 135+73+28=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87491C is #78B6E3. Grayscale: #565656. Windows color (decimal): -7911140 or 1853831. OLE color: 1853831.
HSL color Cylindrical-coordinate representation of color #87491C: hue angle of 25.23º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87491C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 28 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.47 |
| HSL | 25.23º | 0.66% | 0.32% | - |
| HSV(B) | 25.23º | 0.79% | 0.53% | - |
| XYZ | 12.58 | 10 | 2.37 | - |
| YUV | 86.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 28 | 0 | 0.46 | 0.79 | 0.47 | 25.23 | 0.66 | 0.32 |
| Hex | 87 | 49 | 1C | 0 | 2E | 4F | 2F | 19 | 42 | 20 |
| Octal | 207 | 111 | 34 | 0 | 56 | 117 | 57 | 31 | 102 | 40 |
| Binary | 10000111 | 1001001 | 11100 | 0 | 101110 | 1001111 | 101111 | 11001 | 1000010 | 100000 |
Color Harmonies of #87491C
Complementary color
Monochromatic Colors of #87491C
Black with #87491C
Text Example
Text Example
White with #87491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87491C; }
p { color: rgb(135,73,28); }
H1.HeaderClassName
{
color: #87491C;
}
.AnyTagClassName
{
color: #87491C;
}
</style>
background-color css
<style>
a { background-color: #87491C; }
a { background-color: rgb(135,73,28); }
div.DivClassName
{
background-color: #87491C;
}
.BgClassName
{
background-color: #87491C;
}
</style>
border-color css
<style>
span { border-color: #87491C; }
span { border-color: rgb(135,73,28); }
td.TdClassName
{
border-color: #87491C;
}
.TagClassName
{
border-color: #87491C;
}
</style>