Shades of Russet #843C1C
Tints of Russet #843C1C
RGB
CMYK
RGB Variations
Color information
#843C1C (or 0x843C1C) is known color: Russet. HEX triplet: 84, 3C and 1C. RGB value is (132,60,28). Sum of RGB (Red+Green+Blue) = 132+60+28=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #843C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C1C is #7BC3E3. Grayscale: #4E4E4E. Windows color (decimal): -8111076 or 1850500. OLE color: 1850500.
HSL color Cylindrical-coordinate representation of color #843C1C: hue angle of 18.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #843C1C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 28 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.48 |
| HSL | 18.46º | 0.65% | 0.31% | - |
| HSV(B) | 18.46º | 0.79% | 0.52% | - |
| XYZ | 11.34 | 8.22 | 2.09 | - |
| YUV | 77.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 28 | 0 | 0.55 | 0.79 | 0.48 | 18.46 | 0.65 | 0.31 |
| Hex | 84 | 3C | 1C | 0 | 37 | 4F | 30 | 12 | 41 | 1F |
| Octal | 204 | 74 | 34 | 0 | 67 | 117 | 60 | 22 | 101 | 37 |
| Binary | 10000100 | 111100 | 11100 | 0 | 110111 | 1001111 | 110000 | 10010 | 1000001 | 11111 |
Color Harmonies of #843C1C
Complementary color
Monochromatic Colors of #843C1C
Black with #843C1C
Text Example
Text Example
White with #843C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C1C; }
p { color: rgb(132,60,28); }
H1.HeaderClassName
{
color: #843C1C;
}
.AnyTagClassName
{
color: #843C1C;
}
</style>
background-color css
<style>
a { background-color: #843C1C; }
a { background-color: rgb(132,60,28); }
div.DivClassName
{
background-color: #843C1C;
}
.BgClassName
{
background-color: #843C1C;
}
</style>
border-color css
<style>
span { border-color: #843C1C; }
span { border-color: rgb(132,60,28); }
td.TdClassName
{
border-color: #843C1C;
}
.TagClassName
{
border-color: #843C1C;
}
</style>