Shades of Russet #874922
Tints of Russet #874922
RGB
CMYK
RGB Variations
Color information
#874922 (or 0x874922) is known color: Russet. HEX triplet: 87, 49 and 22. RGB value is (135,73,34). Sum of RGB (Red+Green+Blue) = 135+73+34=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874922 is #78B6DD. Grayscale: #575757. Windows color (decimal): -7911134 or 2247047. OLE color: 2247047.
HSL color Cylindrical-coordinate representation of color #874922: hue angle of 23.17º 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 #874922 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 34 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.47 |
| HSL | 23.17º | 0.6% | 0.33% | - |
| HSV(B) | 23.17º | 0.75% | 0.53% | - |
| XYZ | 12.66 | 10.03 | 2.78 | - |
| YUV | 87.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 34 | 0 | 0.46 | 0.75 | 0.47 | 23.17 | 0.6 | 0.33 |
| Hex | 87 | 49 | 22 | 0 | 2E | 4B | 2F | 17 | 3C | 21 |
| Octal | 207 | 111 | 42 | 0 | 56 | 113 | 57 | 27 | 74 | 41 |
| Binary | 10000111 | 1001001 | 100010 | 0 | 101110 | 1001011 | 101111 | 10111 | 111100 | 100001 |
Color Harmonies of #874922
Complementary color
Monochromatic Colors of #874922
Black with #874922
Text Example
Text Example
White with #874922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874922; }
p { color: rgb(135,73,34); }
H1.HeaderClassName
{
color: #874922;
}
.AnyTagClassName
{
color: #874922;
}
</style>
background-color css
<style>
a { background-color: #874922; }
a { background-color: rgb(135,73,34); }
div.DivClassName
{
background-color: #874922;
}
.BgClassName
{
background-color: #874922;
}
</style>
border-color css
<style>
span { border-color: #874922; }
span { border-color: rgb(135,73,34); }
td.TdClassName
{
border-color: #874922;
}
.TagClassName
{
border-color: #874922;
}
</style>