Shades of Russet #84481D
Tints of Russet #84481D
RGB
CMYK
RGB Variations
Color information
#84481D (or 0x84481D) is known color: Russet. HEX triplet: 84, 48 and 1D. RGB value is (132,72,29). Sum of RGB (Red+Green+Blue) = 132+72+29=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84481D is #7BB7E2. Grayscale: #555555. Windows color (decimal): -8108003 or 1919108. OLE color: 1919108.
HSL color Cylindrical-coordinate representation of color #84481D: hue angle of 25.05º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84481D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 29 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.48 |
| HSL | 25.05º | 0.64% | 0.32% | - |
| HSV(B) | 25.05º | 0.78% | 0.52% | - |
| XYZ | 12.05 | 9.63 | 2.39 | - |
| YUV | 85.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 29 | 0 | 0.45 | 0.78 | 0.48 | 25.05 | 0.64 | 0.32 |
| Hex | 84 | 48 | 1D | 0 | 2D | 4E | 30 | 19 | 40 | 20 |
| Octal | 204 | 110 | 35 | 0 | 55 | 116 | 60 | 31 | 100 | 40 |
| Binary | 10000100 | 1001000 | 11101 | 0 | 101101 | 1001110 | 110000 | 11001 | 1000000 | 100000 |
Color Harmonies of #84481D
Complementary color
Monochromatic Colors of #84481D
Black with #84481D
Text Example
Text Example
White with #84481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84481D; }
p { color: rgb(132,72,29); }
H1.HeaderClassName
{
color: #84481D;
}
.AnyTagClassName
{
color: #84481D;
}
</style>
background-color css
<style>
a { background-color: #84481D; }
a { background-color: rgb(132,72,29); }
div.DivClassName
{
background-color: #84481D;
}
.BgClassName
{
background-color: #84481D;
}
</style>
border-color css
<style>
span { border-color: #84481D; }
span { border-color: rgb(132,72,29); }
td.TdClassName
{
border-color: #84481D;
}
.TagClassName
{
border-color: #84481D;
}
</style>