Shades of Russet #873F1E
Tints of Russet #873F1E
RGB
CMYK
RGB Variations
Color information
#873F1E (or 0x873F1E) is known color: Russet. HEX triplet: 87, 3F and 1E. RGB value is (135,63,30). Sum of RGB (Red+Green+Blue) = 135+63+30=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #873F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F1E is #78C0E1. Grayscale: #505050. Windows color (decimal): -7913698 or 1982343. OLE color: 1982343.
HSL color Cylindrical-coordinate representation of color #873F1E: hue angle of 18.86º 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 #873F1E is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 30 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.47 |
| HSL | 18.86º | 0.64% | 0.32% | - |
| HSV(B) | 18.86º | 0.78% | 0.53% | - |
| XYZ | 12 | 8.8 | 2.29 | - |
| YUV | 80.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 30 | 0 | 0.53 | 0.78 | 0.47 | 18.86 | 0.64 | 0.32 |
| Hex | 87 | 3F | 1E | 0 | 35 | 4E | 2F | 13 | 40 | 20 |
| Octal | 207 | 77 | 36 | 0 | 65 | 116 | 57 | 23 | 100 | 40 |
| Binary | 10000111 | 111111 | 11110 | 0 | 110101 | 1001110 | 101111 | 10011 | 1000000 | 100000 |
Color Harmonies of #873F1E
Complementary color
Monochromatic Colors of #873F1E
Black with #873F1E
Text Example
Text Example
White with #873F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F1E; }
p { color: rgb(135,63,30); }
H1.HeaderClassName
{
color: #873F1E;
}
.AnyTagClassName
{
color: #873F1E;
}
</style>
background-color css
<style>
a { background-color: #873F1E; }
a { background-color: rgb(135,63,30); }
div.DivClassName
{
background-color: #873F1E;
}
.BgClassName
{
background-color: #873F1E;
}
</style>
border-color css
<style>
span { border-color: #873F1E; }
span { border-color: rgb(135,63,30); }
td.TdClassName
{
border-color: #873F1E;
}
.TagClassName
{
border-color: #873F1E;
}
</style>