Shades of Russet #84491C
Tints of Russet #84491C
RGB
CMYK
RGB Variations
Color information
#84491C (or 0x84491C) is known color: Russet. HEX triplet: 84, 49 and 1C. RGB value is (132,73,28). Sum of RGB (Red+Green+Blue) = 132+73+28=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84491C is #7BB6E3. Grayscale: #555555. Windows color (decimal): -8107748 or 1853828. OLE color: 1853828.
HSL color Cylindrical-coordinate representation of color #84491C: hue angle of 25.96º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84491C is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 28 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.48 |
| HSL | 25.96º | 0.65% | 0.31% | - |
| HSV(B) | 25.96º | 0.79% | 0.52% | - |
| XYZ | 12.11 | 9.75 | 2.34 | - |
| YUV | 85.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 28 | 0 | 0.45 | 0.79 | 0.48 | 25.96 | 0.65 | 0.31 |
| Hex | 84 | 49 | 1C | 0 | 2D | 4F | 30 | 1A | 41 | 1F |
| Octal | 204 | 111 | 34 | 0 | 55 | 117 | 60 | 32 | 101 | 37 |
| Binary | 10000100 | 1001001 | 11100 | 0 | 101101 | 1001111 | 110000 | 11010 | 1000001 | 11111 |
Color Harmonies of #84491C
Complementary color
Monochromatic Colors of #84491C
Black with #84491C
Text Example
Text Example
White with #84491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84491C; }
p { color: rgb(132,73,28); }
H1.HeaderClassName
{
color: #84491C;
}
.AnyTagClassName
{
color: #84491C;
}
</style>
background-color css
<style>
a { background-color: #84491C; }
a { background-color: rgb(132,73,28); }
div.DivClassName
{
background-color: #84491C;
}
.BgClassName
{
background-color: #84491C;
}
</style>
border-color css
<style>
span { border-color: #84491C; }
span { border-color: rgb(132,73,28); }
td.TdClassName
{
border-color: #84491C;
}
.TagClassName
{
border-color: #84491C;
}
</style>