Shades of Russet #874622
Tints of Russet #874622
RGB
CMYK
RGB Variations
Color information
#874622 (or 0x874622) is known color: Russet. HEX triplet: 87, 46 and 22. RGB value is (135,70,34). Sum of RGB (Red+Green+Blue) = 135+70+34=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #874622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874622 is #78B9DD. Grayscale: #555555. Windows color (decimal): -7911902 or 2246279. OLE color: 2246279.
HSL color Cylindrical-coordinate representation of color #874622: hue angle of 21.39º 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 #874622 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 34 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.47 |
| HSL | 21.39º | 0.6% | 0.33% | - |
| HSV(B) | 21.39º | 0.75% | 0.53% | - |
| XYZ | 12.47 | 9.65 | 2.72 | - |
| YUV | 85.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 34 | 0 | 0.48 | 0.75 | 0.47 | 21.39 | 0.6 | 0.33 |
| Hex | 87 | 46 | 22 | 0 | 30 | 4B | 2F | 15 | 3C | 21 |
| Octal | 207 | 106 | 42 | 0 | 60 | 113 | 57 | 25 | 74 | 41 |
| Binary | 10000111 | 1000110 | 100010 | 0 | 110000 | 1001011 | 101111 | 10101 | 111100 | 100001 |
Color Harmonies of #874622
Complementary color
Monochromatic Colors of #874622
Black with #874622
Text Example
Text Example
White with #874622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874622; }
p { color: rgb(135,70,34); }
H1.HeaderClassName
{
color: #874622;
}
.AnyTagClassName
{
color: #874622;
}
</style>
background-color css
<style>
a { background-color: #874622; }
a { background-color: rgb(135,70,34); }
div.DivClassName
{
background-color: #874622;
}
.BgClassName
{
background-color: #874622;
}
</style>
border-color css
<style>
span { border-color: #874622; }
span { border-color: rgb(135,70,34); }
td.TdClassName
{
border-color: #874622;
}
.TagClassName
{
border-color: #874622;
}
</style>