Shades of Russet #874821
Tints of Russet #874821
RGB
CMYK
RGB Variations
Color information
#874821 (or 0x874821) is known color: Russet. HEX triplet: 87, 48 and 21. RGB value is (135,72,33). Sum of RGB (Red+Green+Blue) = 135+72+33=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #874821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874821 is #78B7DE. Grayscale: #565656. Windows color (decimal): -7911391 or 2181255. OLE color: 2181255.
HSL color Cylindrical-coordinate representation of color #874821: hue angle of 22.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #874821 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 33 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.47 |
| HSL | 22.94º | 0.61% | 0.33% | - |
| HSV(B) | 22.94º | 0.76% | 0.53% | - |
| XYZ | 12.58 | 9.9 | 2.69 | - |
| YUV | 86.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 33 | 0 | 0.47 | 0.76 | 0.47 | 22.94 | 0.61 | 0.33 |
| Hex | 87 | 48 | 21 | 0 | 2F | 4C | 2F | 17 | 3D | 21 |
| Octal | 207 | 110 | 41 | 0 | 57 | 114 | 57 | 27 | 75 | 41 |
| Binary | 10000111 | 1001000 | 100001 | 0 | 101111 | 1001100 | 101111 | 10111 | 111101 | 100001 |
Color Harmonies of #874821
Complementary color
Monochromatic Colors of #874821
Black with #874821
Text Example
Text Example
White with #874821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874821; }
p { color: rgb(135,72,33); }
H1.HeaderClassName
{
color: #874821;
}
.AnyTagClassName
{
color: #874821;
}
</style>
background-color css
<style>
a { background-color: #874821; }
a { background-color: rgb(135,72,33); }
div.DivClassName
{
background-color: #874821;
}
.BgClassName
{
background-color: #874821;
}
</style>
border-color css
<style>
span { border-color: #874821; }
span { border-color: rgb(135,72,33); }
td.TdClassName
{
border-color: #874821;
}
.TagClassName
{
border-color: #874821;
}
</style>