Shades of Russet #82491E
Tints of Russet #82491E
RGB
CMYK
RGB Variations
Color information
#82491E (or 0x82491E) is known color: Russet. HEX triplet: 82, 49 and 1E. RGB value is (130,73,30). Sum of RGB (Red+Green+Blue) = 130+73+30=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #82491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82491E is #7DB6E1. Grayscale: #555555. Windows color (decimal): -8238818 or 1984898. OLE color: 1984898.
HSL color Cylindrical-coordinate representation of color #82491E: hue angle of 25.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82491E is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 30 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.49 |
| HSL | 25.8º | 0.63% | 0.31% | - |
| HSV(B) | 25.8º | 0.77% | 0.51% | - |
| XYZ | 11.82 | 9.6 | 2.46 | - |
| YUV | 85.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 30 | 0 | 0.44 | 0.77 | 0.49 | 25.8 | 0.63 | 0.31 |
| Hex | 82 | 49 | 1E | 0 | 2C | 4D | 31 | 1A | 3E | 1F |
| Octal | 202 | 111 | 36 | 0 | 54 | 115 | 61 | 32 | 76 | 37 |
| Binary | 10000010 | 1001001 | 11110 | 0 | 101100 | 1001101 | 110001 | 11010 | 111110 | 11111 |
Color Harmonies of #82491E
Complementary color
Monochromatic Colors of #82491E
Black with #82491E
Text Example
Text Example
White with #82491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82491E; }
p { color: rgb(130,73,30); }
H1.HeaderClassName
{
color: #82491E;
}
.AnyTagClassName
{
color: #82491E;
}
</style>
background-color css
<style>
a { background-color: #82491E; }
a { background-color: rgb(130,73,30); }
div.DivClassName
{
background-color: #82491E;
}
.BgClassName
{
background-color: #82491E;
}
</style>
border-color css
<style>
span { border-color: #82491E; }
span { border-color: rgb(130,73,30); }
td.TdClassName
{
border-color: #82491E;
}
.TagClassName
{
border-color: #82491E;
}
</style>