Shades of Russet #874D20
Tints of Russet #874D20
RGB
CMYK
RGB Variations
Color information
#874D20 (or 0x874D20) is known color: Russet. HEX triplet: 87, 4D and 20. RGB value is (135,77,32). Sum of RGB (Red+Green+Blue) = 135+77+32=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #874D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D20 is #78B2DF. Grayscale: #595959. Windows color (decimal): -7910112 or 2116999. OLE color: 2116999.
HSL color Cylindrical-coordinate representation of color #874D20: hue angle of 26.21º 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 #874D20 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 32 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.47 |
| HSL | 26.21º | 0.62% | 0.33% | - |
| HSV(B) | 26.21º | 0.76% | 0.53% | - |
| XYZ | 12.91 | 10.56 | 2.73 | - |
| YUV | 89.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 32 | 0 | 0.43 | 0.76 | 0.47 | 26.21 | 0.62 | 0.33 |
| Hex | 87 | 4D | 20 | 0 | 2B | 4C | 2F | 1A | 3E | 21 |
| Octal | 207 | 115 | 40 | 0 | 53 | 114 | 57 | 32 | 76 | 41 |
| Binary | 10000111 | 1001101 | 100000 | 0 | 101011 | 1001100 | 101111 | 11010 | 111110 | 100001 |
Color Harmonies of #874D20
Complementary color
Monochromatic Colors of #874D20
Black with #874D20
Text Example
Text Example
White with #874D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D20; }
p { color: rgb(135,77,32); }
H1.HeaderClassName
{
color: #874D20;
}
.AnyTagClassName
{
color: #874D20;
}
</style>
background-color css
<style>
a { background-color: #874D20; }
a { background-color: rgb(135,77,32); }
div.DivClassName
{
background-color: #874D20;
}
.BgClassName
{
background-color: #874D20;
}
</style>
border-color css
<style>
span { border-color: #874D20; }
span { border-color: rgb(135,77,32); }
td.TdClassName
{
border-color: #874D20;
}
.TagClassName
{
border-color: #874D20;
}
</style>