Shades of Russet #874C1F
Tints of Russet #874C1F
RGB
CMYK
RGB Variations
Color information
#874C1F (or 0x874C1F) is known color: Russet. HEX triplet: 87, 4C and 1F. RGB value is (135,76,31). Sum of RGB (Red+Green+Blue) = 135+76+31=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C1F is #78B3E0. Grayscale: #585858. Windows color (decimal): -7910369 or 2051207. OLE color: 2051207.
HSL color Cylindrical-coordinate representation of color #874C1F: hue angle of 25.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #874C1F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 31 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.47 |
| HSL | 25.96º | 0.63% | 0.33% | - |
| HSV(B) | 25.96º | 0.77% | 0.53% | - |
| XYZ | 12.82 | 10.42 | 2.63 | - |
| YUV | 88.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 31 | 0 | 0.44 | 0.77 | 0.47 | 25.96 | 0.63 | 0.33 |
| Hex | 87 | 4C | 1F | 0 | 2C | 4D | 2F | 1A | 3F | 21 |
| Octal | 207 | 114 | 37 | 0 | 54 | 115 | 57 | 32 | 77 | 41 |
| Binary | 10000111 | 1001100 | 11111 | 0 | 101100 | 1001101 | 101111 | 11010 | 111111 | 100001 |
Color Harmonies of #874C1F
Complementary color
Monochromatic Colors of #874C1F
Black with #874C1F
Text Example
Text Example
White with #874C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C1F; }
p { color: rgb(135,76,31); }
H1.HeaderClassName
{
color: #874C1F;
}
.AnyTagClassName
{
color: #874C1F;
}
</style>
background-color css
<style>
a { background-color: #874C1F; }
a { background-color: rgb(135,76,31); }
div.DivClassName
{
background-color: #874C1F;
}
.BgClassName
{
background-color: #874C1F;
}
</style>
border-color css
<style>
span { border-color: #874C1F; }
span { border-color: rgb(135,76,31); }
td.TdClassName
{
border-color: #874C1F;
}
.TagClassName
{
border-color: #874C1F;
}
</style>