Shades of Russet #843C1B
Tints of Russet #843C1B
RGB
CMYK
RGB Variations
Color information
#843C1B (or 0x843C1B) is known color: Russet. HEX triplet: 84, 3C and 1B. RGB value is (132,60,27). Sum of RGB (Red+Green+Blue) = 132+60+27=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #843C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C1B is #7BC3E4. Grayscale: #4D4D4D. Windows color (decimal): -8111077 or 1784964. OLE color: 1784964.
HSL color Cylindrical-coordinate representation of color #843C1B: hue angle of 18.86º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #843C1B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 27 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.48 |
| HSL | 18.86º | 0.66% | 0.31% | - |
| HSV(B) | 18.86º | 0.8% | 0.52% | - |
| XYZ | 11.33 | 8.22 | 2.03 | - |
| YUV | 77.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 27 | 0 | 0.55 | 0.80 | 0.48 | 18.86 | 0.66 | 0.31 |
| Hex | 84 | 3C | 1B | 0 | 37 | 50 | 30 | 13 | 42 | 1F |
| Octal | 204 | 74 | 33 | 0 | 67 | 120 | 60 | 23 | 102 | 37 |
| Binary | 10000100 | 111100 | 11011 | 0 | 110111 | 1010000 | 110000 | 10011 | 1000010 | 11111 |
Color Harmonies of #843C1B
Complementary color
Monochromatic Colors of #843C1B
Black with #843C1B
Text Example
Text Example
White with #843C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C1B; }
p { color: rgb(132,60,27); }
H1.HeaderClassName
{
color: #843C1B;
}
.AnyTagClassName
{
color: #843C1B;
}
</style>
background-color css
<style>
a { background-color: #843C1B; }
a { background-color: rgb(132,60,27); }
div.DivClassName
{
background-color: #843C1B;
}
.BgClassName
{
background-color: #843C1B;
}
</style>
border-color css
<style>
span { border-color: #843C1B; }
span { border-color: rgb(132,60,27); }
td.TdClassName
{
border-color: #843C1B;
}
.TagClassName
{
border-color: #843C1B;
}
</style>