Shades of Russet #874822
Tints of Russet #874822
RGB
CMYK
RGB Variations
Color information
#874822 (or 0x874822) is known color: Russet. HEX triplet: 87, 48 and 22. RGB value is (135,72,34). Sum of RGB (Red+Green+Blue) = 135+72+34=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874822 is #78B7DD. Grayscale: #565656. Windows color (decimal): -7911390 or 2246791. OLE color: 2246791.
HSL color Cylindrical-coordinate representation of color #874822: hue angle of 22.57º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #874822 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 34 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.47 |
| HSL | 22.57º | 0.6% | 0.33% | - |
| HSV(B) | 22.57º | 0.75% | 0.53% | - |
| XYZ | 12.6 | 9.9 | 2.76 | - |
| YUV | 86.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 34 | 0 | 0.47 | 0.75 | 0.47 | 22.57 | 0.6 | 0.33 |
| Hex | 87 | 48 | 22 | 0 | 2F | 4B | 2F | 17 | 3C | 21 |
| Octal | 207 | 110 | 42 | 0 | 57 | 113 | 57 | 27 | 74 | 41 |
| Binary | 10000111 | 1001000 | 100010 | 0 | 101111 | 1001011 | 101111 | 10111 | 111100 | 100001 |
Color Harmonies of #874822
Complementary color
Monochromatic Colors of #874822
Black with #874822
Text Example
Text Example
White with #874822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874822; }
p { color: rgb(135,72,34); }
H1.HeaderClassName
{
color: #874822;
}
.AnyTagClassName
{
color: #874822;
}
</style>
background-color css
<style>
a { background-color: #874822; }
a { background-color: rgb(135,72,34); }
div.DivClassName
{
background-color: #874822;
}
.BgClassName
{
background-color: #874822;
}
</style>
border-color css
<style>
span { border-color: #874822; }
span { border-color: rgb(135,72,34); }
td.TdClassName
{
border-color: #874822;
}
.TagClassName
{
border-color: #874822;
}
</style>