Shades of Russet #82491A
Tints of Russet #82491A
RGB
CMYK
RGB Variations
Color information
#82491A (or 0x82491A) is known color: Russet. HEX triplet: 82, 49 and 1A. RGB value is (130,73,26). Sum of RGB (Red+Green+Blue) = 130+73+26=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82491A is #7DB6E5. Grayscale: #545454. Windows color (decimal): -8238822 or 1722754. OLE color: 1722754.
HSL color Cylindrical-coordinate representation of color #82491A: hue angle of 27.12º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82491A is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 26 | - |
| CMYK | 0 | 0.44 | 0.8 | 0.49 |
| HSL | 27.12º | 0.67% | 0.31% | - |
| HSV(B) | 27.12º | 0.8% | 0.51% | - |
| XYZ | 11.77 | 9.59 | 2.21 | - |
| YUV | 84.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 26 | 0 | 0.44 | 0.8 | 0.49 | 27.12 | 0.67 | 0.31 |
| Hex | 82 | 49 | 1A | 0 | 2C | 50 | 31 | 1B | 43 | 1F |
| Octal | 202 | 111 | 32 | 0 | 54 | 120 | 61 | 33 | 103 | 37 |
| Binary | 10000010 | 1001001 | 11010 | 0 | 101100 | 1010000 | 110001 | 11011 | 1000011 | 11111 |
Color Harmonies of #82491A
Complementary color
Monochromatic Colors of #82491A
Black with #82491A
Text Example
Text Example
White with #82491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82491A; }
p { color: rgb(130,73,26); }
H1.HeaderClassName
{
color: #82491A;
}
.AnyTagClassName
{
color: #82491A;
}
</style>
background-color css
<style>
a { background-color: #82491A; }
a { background-color: rgb(130,73,26); }
div.DivClassName
{
background-color: #82491A;
}
.BgClassName
{
background-color: #82491A;
}
</style>
border-color css
<style>
span { border-color: #82491A; }
span { border-color: rgb(130,73,26); }
td.TdClassName
{
border-color: #82491A;
}
.TagClassName
{
border-color: #82491A;
}
</style>