Shades of Russet #874421
Tints of Russet #874421
RGB
CMYK
RGB Variations
Color information
#874421 (or 0x874421) is known color: Russet. HEX triplet: 87, 44 and 21. RGB value is (135,68,33). Sum of RGB (Red+Green+Blue) = 135+68+33=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #874421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874421 is #78BBDE. Grayscale: #545454. Windows color (decimal): -7912415 or 2180231. OLE color: 2180231.
HSL color Cylindrical-coordinate representation of color #874421: hue angle of 20.59º 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 #874421 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 33 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.47 |
| HSL | 20.59º | 0.61% | 0.33% | - |
| HSV(B) | 20.59º | 0.76% | 0.53% | - |
| XYZ | 12.33 | 9.39 | 2.6 | - |
| YUV | 84.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 33 | 0 | 0.50 | 0.76 | 0.47 | 20.59 | 0.61 | 0.33 |
| Hex | 87 | 44 | 21 | 0 | 32 | 4C | 2F | 15 | 3D | 21 |
| Octal | 207 | 104 | 41 | 0 | 62 | 114 | 57 | 25 | 75 | 41 |
| Binary | 10000111 | 1000100 | 100001 | 0 | 110010 | 1001100 | 101111 | 10101 | 111101 | 100001 |
Color Harmonies of #874421
Complementary color
Monochromatic Colors of #874421
Black with #874421
Text Example
Text Example
White with #874421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874421; }
p { color: rgb(135,68,33); }
H1.HeaderClassName
{
color: #874421;
}
.AnyTagClassName
{
color: #874421;
}
</style>
background-color css
<style>
a { background-color: #874421; }
a { background-color: rgb(135,68,33); }
div.DivClassName
{
background-color: #874421;
}
.BgClassName
{
background-color: #874421;
}
</style>
border-color css
<style>
span { border-color: #874421; }
span { border-color: rgb(135,68,33); }
td.TdClassName
{
border-color: #874421;
}
.TagClassName
{
border-color: #874421;
}
</style>