Shades of Russet #844A1E
Tints of Russet #844A1E
RGB
CMYK
RGB Variations
Color information
#844A1E (or 0x844A1E) is known color: Russet. HEX triplet: 84, 4A and 1E. RGB value is (132,74,30). Sum of RGB (Red+Green+Blue) = 132+74+30=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #844A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A1E is #7BB5E1. Grayscale: #565656. Windows color (decimal): -8107490 or 1985156. OLE color: 1985156.
HSL color Cylindrical-coordinate representation of color #844A1E: hue angle of 25.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #844A1E is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 30 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.48 |
| HSL | 25.88º | 0.63% | 0.32% | - |
| HSV(B) | 25.88º | 0.77% | 0.52% | - |
| XYZ | 12.2 | 9.9 | 2.5 | - |
| YUV | 86.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 30 | 0 | 0.44 | 0.77 | 0.48 | 25.88 | 0.63 | 0.32 |
| Hex | 84 | 4A | 1E | 0 | 2C | 4D | 30 | 1A | 3F | 20 |
| Octal | 204 | 112 | 36 | 0 | 54 | 115 | 60 | 32 | 77 | 40 |
| Binary | 10000100 | 1001010 | 11110 | 0 | 101100 | 1001101 | 110000 | 11010 | 111111 | 100000 |
Color Harmonies of #844A1E
Complementary color
Monochromatic Colors of #844A1E
Black with #844A1E
Text Example
Text Example
White with #844A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A1E; }
p { color: rgb(132,74,30); }
H1.HeaderClassName
{
color: #844A1E;
}
.AnyTagClassName
{
color: #844A1E;
}
</style>
background-color css
<style>
a { background-color: #844A1E; }
a { background-color: rgb(132,74,30); }
div.DivClassName
{
background-color: #844A1E;
}
.BgClassName
{
background-color: #844A1E;
}
</style>
border-color css
<style>
span { border-color: #844A1E; }
span { border-color: rgb(132,74,30); }
td.TdClassName
{
border-color: #844A1E;
}
.TagClassName
{
border-color: #844A1E;
}
</style>