Shades of Russet #843A1B
Tints of Russet #843A1B
RGB
CMYK
RGB Variations
Color information
#843A1B (or 0x843A1B) is known color: Russet. HEX triplet: 84, 3A and 1B. RGB value is (132,58,27). Sum of RGB (Red+Green+Blue) = 132+58+27=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #843A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A1B is #7BC5E4. Grayscale: #4C4C4C. Windows color (decimal): -8111589 or 1784452. OLE color: 1784452.
HSL color Cylindrical-coordinate representation of color #843A1B: hue angle of 17.71º 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 #843A1B is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 27 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.48 |
| HSL | 17.71º | 0.66% | 0.31% | - |
| HSV(B) | 17.71º | 0.8% | 0.52% | - |
| XYZ | 11.23 | 8.01 | 1.99 | - |
| YUV | 76.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 27 | 0 | 0.56 | 0.80 | 0.48 | 17.71 | 0.66 | 0.31 |
| Hex | 84 | 3A | 1B | 0 | 38 | 50 | 30 | 12 | 42 | 1F |
| Octal | 204 | 72 | 33 | 0 | 70 | 120 | 60 | 22 | 102 | 37 |
| Binary | 10000100 | 111010 | 11011 | 0 | 111000 | 1010000 | 110000 | 10010 | 1000010 | 11111 |
Color Harmonies of #843A1B
Complementary color
Monochromatic Colors of #843A1B
Black with #843A1B
Text Example
Text Example
White with #843A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A1B; }
p { color: rgb(132,58,27); }
H1.HeaderClassName
{
color: #843A1B;
}
.AnyTagClassName
{
color: #843A1B;
}
</style>
background-color css
<style>
a { background-color: #843A1B; }
a { background-color: rgb(132,58,27); }
div.DivClassName
{
background-color: #843A1B;
}
.BgClassName
{
background-color: #843A1B;
}
</style>
border-color css
<style>
span { border-color: #843A1B; }
span { border-color: rgb(132,58,27); }
td.TdClassName
{
border-color: #843A1B;
}
.TagClassName
{
border-color: #843A1B;
}
</style>