Shades of Russet #874520
Tints of Russet #874520
RGB
CMYK
RGB Variations
Color information
#874520 (or 0x874520) is known color: Russet. HEX triplet: 87, 45 and 20. RGB value is (135,69,32). Sum of RGB (Red+Green+Blue) = 135+69+32=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #874520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874520 is #78BADF. Grayscale: #545454. Windows color (decimal): -7912160 or 2114951. OLE color: 2114951.
HSL color Cylindrical-coordinate representation of color #874520: hue angle of 21.55º degrees, saturation: 0.62, 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 #874520 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 32 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.47 |
| HSL | 21.55º | 0.62% | 0.33% | - |
| HSV(B) | 21.55º | 0.76% | 0.53% | - |
| XYZ | 12.38 | 9.51 | 2.55 | - |
| YUV | 84.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 32 | 0 | 0.49 | 0.76 | 0.47 | 21.55 | 0.62 | 0.33 |
| Hex | 87 | 45 | 20 | 0 | 31 | 4C | 2F | 16 | 3E | 21 |
| Octal | 207 | 105 | 40 | 0 | 61 | 114 | 57 | 26 | 76 | 41 |
| Binary | 10000111 | 1000101 | 100000 | 0 | 110001 | 1001100 | 101111 | 10110 | 111110 | 100001 |
Color Harmonies of #874520
Complementary color
Monochromatic Colors of #874520
Black with #874520
Text Example
Text Example
White with #874520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874520; }
p { color: rgb(135,69,32); }
H1.HeaderClassName
{
color: #874520;
}
.AnyTagClassName
{
color: #874520;
}
</style>
background-color css
<style>
a { background-color: #874520; }
a { background-color: rgb(135,69,32); }
div.DivClassName
{
background-color: #874520;
}
.BgClassName
{
background-color: #874520;
}
</style>
border-color css
<style>
span { border-color: #874520; }
span { border-color: rgb(135,69,32); }
td.TdClassName
{
border-color: #874520;
}
.TagClassName
{
border-color: #874520;
}
</style>