Shades of Russet #84411F
Tints of Russet #84411F
RGB
CMYK
RGB Variations
Color information
#84411F (or 0x84411F) is known color: Russet. HEX triplet: 84, 41 and 1F. RGB value is (132,65,31). Sum of RGB (Red+Green+Blue) = 132+65+31=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84411F is #7BBEE0. Grayscale: #515151. Windows color (decimal): -8109793 or 2048388. OLE color: 2048388.
HSL color Cylindrical-coordinate representation of color #84411F: hue angle of 20.2º 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 #84411F is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 31 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.48 |
| HSL | 20.2º | 0.62% | 0.32% | - |
| HSV(B) | 20.2º | 0.77% | 0.52% | - |
| XYZ | 11.65 | 8.79 | 2.38 | - |
| YUV | 81.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 31 | 0 | 0.51 | 0.77 | 0.48 | 20.2 | 0.62 | 0.32 |
| Hex | 84 | 41 | 1F | 0 | 33 | 4D | 30 | 14 | 3E | 20 |
| Octal | 204 | 101 | 37 | 0 | 63 | 115 | 60 | 24 | 76 | 40 |
| Binary | 10000100 | 1000001 | 11111 | 0 | 110011 | 1001101 | 110000 | 10100 | 111110 | 100000 |
Color Harmonies of #84411F
Complementary color
Monochromatic Colors of #84411F
Black with #84411F
Text Example
Text Example
White with #84411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84411F; }
p { color: rgb(132,65,31); }
H1.HeaderClassName
{
color: #84411F;
}
.AnyTagClassName
{
color: #84411F;
}
</style>
background-color css
<style>
a { background-color: #84411F; }
a { background-color: rgb(132,65,31); }
div.DivClassName
{
background-color: #84411F;
}
.BgClassName
{
background-color: #84411F;
}
</style>
border-color css
<style>
span { border-color: #84411F; }
span { border-color: rgb(132,65,31); }
td.TdClassName
{
border-color: #84411F;
}
.TagClassName
{
border-color: #84411F;
}
</style>