Shades of Russet #843B1D
Tints of Russet #843B1D
RGB
CMYK
RGB Variations
Color information
#843B1D (or 0x843B1D) is known color: Russet. HEX triplet: 84, 3B and 1D. RGB value is (132,59,29). Sum of RGB (Red+Green+Blue) = 132+59+29=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #843B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843B1D is #7BC4E2. Grayscale: #4D4D4D. Windows color (decimal): -8111331 or 1915780. OLE color: 1915780.
HSL color Cylindrical-coordinate representation of color #843B1D: hue angle of 17.48º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #843B1D is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 29 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.48 |
| HSL | 17.48º | 0.64% | 0.32% | - |
| HSV(B) | 17.48º | 0.78% | 0.52% | - |
| XYZ | 11.3 | 8.12 | 2.13 | - |
| YUV | 77.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 29 | 0 | 0.55 | 0.78 | 0.48 | 17.48 | 0.64 | 0.32 |
| Hex | 84 | 3B | 1D | 0 | 37 | 4E | 30 | 11 | 40 | 20 |
| Octal | 204 | 73 | 35 | 0 | 67 | 116 | 60 | 21 | 100 | 40 |
| Binary | 10000100 | 111011 | 11101 | 0 | 110111 | 1001110 | 110000 | 10001 | 1000000 | 100000 |
Color Harmonies of #843B1D
Complementary color
Monochromatic Colors of #843B1D
Black with #843B1D
Text Example
Text Example
White with #843B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B1D; }
p { color: rgb(132,59,29); }
H1.HeaderClassName
{
color: #843B1D;
}
.AnyTagClassName
{
color: #843B1D;
}
</style>
background-color css
<style>
a { background-color: #843B1D; }
a { background-color: rgb(132,59,29); }
div.DivClassName
{
background-color: #843B1D;
}
.BgClassName
{
background-color: #843B1D;
}
</style>
border-color css
<style>
span { border-color: #843B1D; }
span { border-color: rgb(132,59,29); }
td.TdClassName
{
border-color: #843B1D;
}
.TagClassName
{
border-color: #843B1D;
}
</style>