Shades of Russet #84481F
Tints of Russet #84481F
RGB
CMYK
RGB Variations
Color information
#84481F (or 0x84481F) is known color: Russet. HEX triplet: 84, 48 and 1F. RGB value is (132,72,31). Sum of RGB (Red+Green+Blue) = 132+72+31=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #84481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84481F is #7BB7E0. Grayscale: #555555. Windows color (decimal): -8108001 or 2050180. OLE color: 2050180.
HSL color Cylindrical-coordinate representation of color #84481F: hue angle of 24.36º 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 #84481F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 31 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.48 |
| HSL | 24.36º | 0.62% | 0.32% | - |
| HSV(B) | 24.36º | 0.77% | 0.52% | - |
| XYZ | 12.08 | 9.64 | 2.52 | - |
| YUV | 85.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 31 | 0 | 0.45 | 0.77 | 0.48 | 24.36 | 0.62 | 0.32 |
| Hex | 84 | 48 | 1F | 0 | 2D | 4D | 30 | 18 | 3E | 20 |
| Octal | 204 | 110 | 37 | 0 | 55 | 115 | 60 | 30 | 76 | 40 |
| Binary | 10000100 | 1001000 | 11111 | 0 | 101101 | 1001101 | 110000 | 11000 | 111110 | 100000 |
Color Harmonies of #84481F
Complementary color
Monochromatic Colors of #84481F
Black with #84481F
Text Example
Text Example
White with #84481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84481F; }
p { color: rgb(132,72,31); }
H1.HeaderClassName
{
color: #84481F;
}
.AnyTagClassName
{
color: #84481F;
}
</style>
background-color css
<style>
a { background-color: #84481F; }
a { background-color: rgb(132,72,31); }
div.DivClassName
{
background-color: #84481F;
}
.BgClassName
{
background-color: #84481F;
}
</style>
border-color css
<style>
span { border-color: #84481F; }
span { border-color: rgb(132,72,31); }
td.TdClassName
{
border-color: #84481F;
}
.TagClassName
{
border-color: #84481F;
}
</style>