Shades of Russet #82401F
Tints of Russet #82401F
RGB
CMYK
RGB Variations
Color information
#82401F (or 0x82401F) is known color: Russet. HEX triplet: 82, 40 and 1F. RGB value is (130,64,31). Sum of RGB (Red+Green+Blue) = 130+64+31=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82401F is #7DBFE0. Grayscale: #505050. Windows color (decimal): -8241121 or 2048130. OLE color: 2048130.
HSL color Cylindrical-coordinate representation of color #82401F: hue angle of 20º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82401F is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 31 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.49 |
| HSL | 20º | 0.61% | 0.32% | - |
| HSV(B) | 20º | 0.76% | 0.51% | - |
| XYZ | 11.29 | 8.51 | 2.34 | - |
| YUV | 79.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 31 | 0 | 0.51 | 0.76 | 0.49 | 20 | 0.61 | 0.32 |
| Hex | 82 | 40 | 1F | 0 | 33 | 4C | 31 | 14 | 3D | 20 |
| Octal | 202 | 100 | 37 | 0 | 63 | 114 | 61 | 24 | 75 | 40 |
| Binary | 10000010 | 1000000 | 11111 | 0 | 110011 | 1001100 | 110001 | 10100 | 111101 | 100000 |
Color Harmonies of #82401F
Complementary color
Monochromatic Colors of #82401F
Black with #82401F
Text Example
Text Example
White with #82401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82401F; }
p { color: rgb(130,64,31); }
H1.HeaderClassName
{
color: #82401F;
}
.AnyTagClassName
{
color: #82401F;
}
</style>
background-color css
<style>
a { background-color: #82401F; }
a { background-color: rgb(130,64,31); }
div.DivClassName
{
background-color: #82401F;
}
.BgClassName
{
background-color: #82401F;
}
</style>
border-color css
<style>
span { border-color: #82401F; }
span { border-color: rgb(130,64,31); }
td.TdClassName
{
border-color: #82401F;
}
.TagClassName
{
border-color: #82401F;
}
</style>