Shades of Russet #843C1E
Tints of Russet #843C1E
RGB
CMYK
RGB Variations
Color information
#843C1E (or 0x843C1E) is known color: Russet. HEX triplet: 84, 3C and 1E. RGB value is (132,60,30). Sum of RGB (Red+Green+Blue) = 132+60+30=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #843C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C1E is #7BC3E1. Grayscale: #4E4E4E. Windows color (decimal): -8111074 or 1981572. OLE color: 1981572.
HSL color Cylindrical-coordinate representation of color #843C1E: hue angle of 17.65º 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 #843C1E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 30 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.48 |
| HSL | 17.65º | 0.63% | 0.32% | - |
| HSV(B) | 17.65º | 0.77% | 0.52% | - |
| XYZ | 11.37 | 8.23 | 2.22 | - |
| YUV | 78.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 30 | 0 | 0.55 | 0.77 | 0.48 | 17.65 | 0.63 | 0.32 |
| Hex | 84 | 3C | 1E | 0 | 37 | 4D | 30 | 12 | 3F | 20 |
| Octal | 204 | 74 | 36 | 0 | 67 | 115 | 60 | 22 | 77 | 40 |
| Binary | 10000100 | 111100 | 11110 | 0 | 110111 | 1001101 | 110000 | 10010 | 111111 | 100000 |
Color Harmonies of #843C1E
Complementary color
Monochromatic Colors of #843C1E
Black with #843C1E
Text Example
Text Example
White with #843C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C1E; }
p { color: rgb(132,60,30); }
H1.HeaderClassName
{
color: #843C1E;
}
.AnyTagClassName
{
color: #843C1E;
}
</style>
background-color css
<style>
a { background-color: #843C1E; }
a { background-color: rgb(132,60,30); }
div.DivClassName
{
background-color: #843C1E;
}
.BgClassName
{
background-color: #843C1E;
}
</style>
border-color css
<style>
span { border-color: #843C1E; }
span { border-color: rgb(132,60,30); }
td.TdClassName
{
border-color: #843C1E;
}
.TagClassName
{
border-color: #843C1E;
}
</style>