Shades of Russet #874D1D
Tints of Russet #874D1D
RGB
CMYK
RGB Variations
Color information
#874D1D (or 0x874D1D) is known color: Russet. HEX triplet: 87, 4D and 1D. RGB value is (135,77,29). Sum of RGB (Red+Green+Blue) = 135+77+29=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D1D is #78B2E2. Grayscale: #595959. Windows color (decimal): -7910115 or 1920391. OLE color: 1920391.
HSL color Cylindrical-coordinate representation of color #874D1D: hue angle of 27.17º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #874D1D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 29 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.47 |
| HSL | 27.17º | 0.65% | 0.32% | - |
| HSV(B) | 27.17º | 0.79% | 0.53% | - |
| XYZ | 12.87 | 10.55 | 2.52 | - |
| YUV | 88.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 29 | 0 | 0.43 | 0.79 | 0.47 | 27.17 | 0.65 | 0.32 |
| Hex | 87 | 4D | 1D | 0 | 2B | 4F | 2F | 1B | 41 | 20 |
| Octal | 207 | 115 | 35 | 0 | 53 | 117 | 57 | 33 | 101 | 40 |
| Binary | 10000111 | 1001101 | 11101 | 0 | 101011 | 1001111 | 101111 | 11011 | 1000001 | 100000 |
Color Harmonies of #874D1D
Complementary color
Monochromatic Colors of #874D1D
Black with #874D1D
Text Example
Text Example
White with #874D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D1D; }
p { color: rgb(135,77,29); }
H1.HeaderClassName
{
color: #874D1D;
}
.AnyTagClassName
{
color: #874D1D;
}
</style>
background-color css
<style>
a { background-color: #874D1D; }
a { background-color: rgb(135,77,29); }
div.DivClassName
{
background-color: #874D1D;
}
.BgClassName
{
background-color: #874D1D;
}
</style>
border-color css
<style>
span { border-color: #874D1D; }
span { border-color: rgb(135,77,29); }
td.TdClassName
{
border-color: #874D1D;
}
.TagClassName
{
border-color: #874D1D;
}
</style>