Shades of Russet #874F18
Tints of Russet #874F18
RGB
CMYK
RGB Variations
Color information
#874F18 (or 0x874F18) is known color: Russet. HEX triplet: 87, 4F and 18. RGB value is (135,79,24). Sum of RGB (Red+Green+Blue) = 135+79+24=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #874F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874F18 is #78B0E7. Grayscale: #595959. Windows color (decimal): -7909608 or 1593223. OLE color: 1593223.
HSL color Cylindrical-coordinate representation of color #874F18: hue angle of 29.73º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #874F18 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 24 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.47 |
| HSL | 29.73º | 0.7% | 0.31% | - |
| HSV(B) | 29.73º | 0.82% | 0.53% | - |
| XYZ | 12.95 | 10.81 | 2.27 | - |
| YUV | 89.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 24 | 0 | 0.41 | 0.82 | 0.47 | 29.73 | 0.7 | 0.31 |
| Hex | 87 | 4F | 18 | 0 | 29 | 52 | 2F | 1E | 46 | 1F |
| Octal | 207 | 117 | 30 | 0 | 51 | 122 | 57 | 36 | 106 | 37 |
| Binary | 10000111 | 1001111 | 11000 | 0 | 101001 | 1010010 | 101111 | 11110 | 1000110 | 11111 |
Color Harmonies of #874F18
Complementary color
Monochromatic Colors of #874F18
Black with #874F18
Text Example
Text Example
White with #874F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F18; }
p { color: rgb(135,79,24); }
H1.HeaderClassName
{
color: #874F18;
}
.AnyTagClassName
{
color: #874F18;
}
</style>
background-color css
<style>
a { background-color: #874F18; }
a { background-color: rgb(135,79,24); }
div.DivClassName
{
background-color: #874F18;
}
.BgClassName
{
background-color: #874F18;
}
</style>
border-color css
<style>
span { border-color: #874F18; }
span { border-color: rgb(135,79,24); }
td.TdClassName
{
border-color: #874F18;
}
.TagClassName
{
border-color: #874F18;
}
</style>