Shades of Russet #874B1F
Tints of Russet #874B1F
RGB
CMYK
RGB Variations
Color information
#874B1F (or 0x874B1F) is known color: Russet. HEX triplet: 87, 4B and 1F. RGB value is (135,75,31). Sum of RGB (Red+Green+Blue) = 135+75+31=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B1F is #78B4E0. Grayscale: #585858. Windows color (decimal): -7910625 or 2050951. OLE color: 2050951.
HSL color Cylindrical-coordinate representation of color #874B1F: hue angle of 25.38º 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 #874B1F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 31 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.47 |
| HSL | 25.38º | 0.63% | 0.33% | - |
| HSV(B) | 25.38º | 0.77% | 0.53% | - |
| XYZ | 12.76 | 10.28 | 2.61 | - |
| YUV | 87.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 31 | 0 | 0.44 | 0.77 | 0.47 | 25.38 | 0.63 | 0.33 |
| Hex | 87 | 4B | 1F | 0 | 2C | 4D | 2F | 19 | 3F | 21 |
| Octal | 207 | 113 | 37 | 0 | 54 | 115 | 57 | 31 | 77 | 41 |
| Binary | 10000111 | 1001011 | 11111 | 0 | 101100 | 1001101 | 101111 | 11001 | 111111 | 100001 |
Color Harmonies of #874B1F
Complementary color
Monochromatic Colors of #874B1F
Black with #874B1F
Text Example
Text Example
White with #874B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B1F; }
p { color: rgb(135,75,31); }
H1.HeaderClassName
{
color: #874B1F;
}
.AnyTagClassName
{
color: #874B1F;
}
</style>
background-color css
<style>
a { background-color: #874B1F; }
a { background-color: rgb(135,75,31); }
div.DivClassName
{
background-color: #874B1F;
}
.BgClassName
{
background-color: #874B1F;
}
</style>
border-color css
<style>
span { border-color: #874B1F; }
span { border-color: rgb(135,75,31); }
td.TdClassName
{
border-color: #874B1F;
}
.TagClassName
{
border-color: #874B1F;
}
</style>