Shades of Russet #84461F
Tints of Russet #84461F
RGB
CMYK
RGB Variations
Color information
#84461F (or 0x84461F) is known color: Russet. HEX triplet: 84, 46 and 1F. RGB value is (132,70,31). Sum of RGB (Red+Green+Blue) = 132+70+31=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84461F is #7BB9E0. Grayscale: #545454. Windows color (decimal): -8108513 or 2049668. OLE color: 2049668.
HSL color Cylindrical-coordinate representation of color #84461F: hue angle of 23.17º 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 #84461F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 31 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.48 |
| HSL | 23.17º | 0.62% | 0.32% | - |
| HSV(B) | 23.17º | 0.77% | 0.52% | - |
| XYZ | 11.95 | 9.38 | 2.48 | - |
| YUV | 84.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 31 | 0 | 0.47 | 0.77 | 0.48 | 23.17 | 0.62 | 0.32 |
| Hex | 84 | 46 | 1F | 0 | 2F | 4D | 30 | 17 | 3E | 20 |
| Octal | 204 | 106 | 37 | 0 | 57 | 115 | 60 | 27 | 76 | 40 |
| Binary | 10000100 | 1000110 | 11111 | 0 | 101111 | 1001101 | 110000 | 10111 | 111110 | 100000 |
Color Harmonies of #84461F
Complementary color
Monochromatic Colors of #84461F
Black with #84461F
Text Example
Text Example
White with #84461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84461F; }
p { color: rgb(132,70,31); }
H1.HeaderClassName
{
color: #84461F;
}
.AnyTagClassName
{
color: #84461F;
}
</style>
background-color css
<style>
a { background-color: #84461F; }
a { background-color: rgb(132,70,31); }
div.DivClassName
{
background-color: #84461F;
}
.BgClassName
{
background-color: #84461F;
}
</style>
border-color css
<style>
span { border-color: #84461F; }
span { border-color: rgb(132,70,31); }
td.TdClassName
{
border-color: #84461F;
}
.TagClassName
{
border-color: #84461F;
}
</style>