Shades of Russet #84401F
Tints of Russet #84401F
RGB
CMYK
RGB Variations
Color information
#84401F (or 0x84401F) is known color: Russet. HEX triplet: 84, 40 and 1F. RGB value is (132,64,31). Sum of RGB (Red+Green+Blue) = 132+64+31=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84401F is #7BBFE0. Grayscale: #505050. Windows color (decimal): -8110049 or 2048132. OLE color: 2048132.
HSL color Cylindrical-coordinate representation of color #84401F: hue angle of 19.6º degrees, saturation: 0.62, 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 #84401F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 31 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.48 |
| HSL | 19.6º | 0.62% | 0.32% | - |
| HSV(B) | 19.6º | 0.77% | 0.52% | - |
| XYZ | 11.6 | 8.67 | 2.36 | - |
| YUV | 80.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 31 | 0 | 0.52 | 0.77 | 0.48 | 19.6 | 0.62 | 0.32 |
| Hex | 84 | 40 | 1F | 0 | 34 | 4D | 30 | 14 | 3E | 20 |
| Octal | 204 | 100 | 37 | 0 | 64 | 115 | 60 | 24 | 76 | 40 |
| Binary | 10000100 | 1000000 | 11111 | 0 | 110100 | 1001101 | 110000 | 10100 | 111110 | 100000 |
Color Harmonies of #84401F
Complementary color
Monochromatic Colors of #84401F
Black with #84401F
Text Example
Text Example
White with #84401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84401F; }
p { color: rgb(132,64,31); }
H1.HeaderClassName
{
color: #84401F;
}
.AnyTagClassName
{
color: #84401F;
}
</style>
background-color css
<style>
a { background-color: #84401F; }
a { background-color: rgb(132,64,31); }
div.DivClassName
{
background-color: #84401F;
}
.BgClassName
{
background-color: #84401F;
}
</style>
border-color css
<style>
span { border-color: #84401F; }
span { border-color: rgb(132,64,31); }
td.TdClassName
{
border-color: #84401F;
}
.TagClassName
{
border-color: #84401F;
}
</style>