Shades of Russet #844C1E
Tints of Russet #844C1E
RGB
CMYK
RGB Variations
Color information
#844C1E (or 0x844C1E) is known color: Russet. HEX triplet: 84, 4C and 1E. RGB value is (132,76,30). Sum of RGB (Red+Green+Blue) = 132+76+30=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #844C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C1E is #7BB3E1. Grayscale: #575757. Windows color (decimal): -8106978 or 1985668. OLE color: 1985668.
HSL color Cylindrical-coordinate representation of color #844C1E: hue angle of 27.06º 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 #844C1E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 30 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.48 |
| HSL | 27.06º | 0.63% | 0.32% | - |
| HSV(B) | 27.06º | 0.77% | 0.52% | - |
| XYZ | 12.33 | 10.17 | 2.54 | - |
| YUV | 87.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 30 | 0 | 0.42 | 0.77 | 0.48 | 27.06 | 0.63 | 0.32 |
| Hex | 84 | 4C | 1E | 0 | 2A | 4D | 30 | 1B | 3F | 20 |
| Octal | 204 | 114 | 36 | 0 | 52 | 115 | 60 | 33 | 77 | 40 |
| Binary | 10000100 | 1001100 | 11110 | 0 | 101010 | 1001101 | 110000 | 11011 | 111111 | 100000 |
Color Harmonies of #844C1E
Complementary color
Monochromatic Colors of #844C1E
Black with #844C1E
Text Example
Text Example
White with #844C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C1E; }
p { color: rgb(132,76,30); }
H1.HeaderClassName
{
color: #844C1E;
}
.AnyTagClassName
{
color: #844C1E;
}
</style>
background-color css
<style>
a { background-color: #844C1E; }
a { background-color: rgb(132,76,30); }
div.DivClassName
{
background-color: #844C1E;
}
.BgClassName
{
background-color: #844C1E;
}
</style>
border-color css
<style>
span { border-color: #844C1E; }
span { border-color: rgb(132,76,30); }
td.TdClassName
{
border-color: #844C1E;
}
.TagClassName
{
border-color: #844C1E;
}
</style>