Shades of Russet #873D1E
Tints of Russet #873D1E
RGB
CMYK
RGB Variations
Color information
#873D1E (or 0x873D1E) is known color: Russet. HEX triplet: 87, 3D and 1E. RGB value is (135,61,30). Sum of RGB (Red+Green+Blue) = 135+61+30=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #873D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D1E is #78C2E1. Grayscale: #4F4F4F. Windows color (decimal): -7914210 or 1981831. OLE color: 1981831.
HSL color Cylindrical-coordinate representation of color #873D1E: hue angle of 17.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #873D1E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 30 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.47 |
| HSL | 17.71º | 0.64% | 0.32% | - |
| HSV(B) | 17.71º | 0.78% | 0.53% | - |
| XYZ | 11.89 | 8.58 | 2.26 | - |
| YUV | 79.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 30 | 0 | 0.55 | 0.78 | 0.47 | 17.71 | 0.64 | 0.32 |
| Hex | 87 | 3D | 1E | 0 | 37 | 4E | 2F | 12 | 40 | 20 |
| Octal | 207 | 75 | 36 | 0 | 67 | 116 | 57 | 22 | 100 | 40 |
| Binary | 10000111 | 111101 | 11110 | 0 | 110111 | 1001110 | 101111 | 10010 | 1000000 | 100000 |
Color Harmonies of #873D1E
Complementary color
Monochromatic Colors of #873D1E
Black with #873D1E
Text Example
Text Example
White with #873D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D1E; }
p { color: rgb(135,61,30); }
H1.HeaderClassName
{
color: #873D1E;
}
.AnyTagClassName
{
color: #873D1E;
}
</style>
background-color css
<style>
a { background-color: #873D1E; }
a { background-color: rgb(135,61,30); }
div.DivClassName
{
background-color: #873D1E;
}
.BgClassName
{
background-color: #873D1E;
}
</style>
border-color css
<style>
span { border-color: #873D1E; }
span { border-color: rgb(135,61,30); }
td.TdClassName
{
border-color: #873D1E;
}
.TagClassName
{
border-color: #873D1E;
}
</style>