Shades of Russet #82401D
Tints of Russet #82401D
RGB
CMYK
RGB Variations
Color information
#82401D (or 0x82401D) is known color: Russet. HEX triplet: 82, 40 and 1D. RGB value is (130,64,29). Sum of RGB (Red+Green+Blue) = 130+64+29=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82401D is #7DBFE2. Grayscale: #4F4F4F. Windows color (decimal): -8241123 or 1917058. OLE color: 1917058.
HSL color Cylindrical-coordinate representation of color #82401D: hue angle of 20.79º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82401D is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 29 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.49 |
| HSL | 20.79º | 0.64% | 0.31% | - |
| HSV(B) | 20.79º | 0.78% | 0.51% | - |
| XYZ | 11.26 | 8.5 | 2.21 | - |
| YUV | 79.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 29 | 0 | 0.51 | 0.78 | 0.49 | 20.79 | 0.64 | 0.31 |
| Hex | 82 | 40 | 1D | 0 | 33 | 4E | 31 | 15 | 40 | 1F |
| Octal | 202 | 100 | 35 | 0 | 63 | 116 | 61 | 25 | 100 | 37 |
| Binary | 10000010 | 1000000 | 11101 | 0 | 110011 | 1001110 | 110001 | 10101 | 1000000 | 11111 |
Color Harmonies of #82401D
Complementary color
Monochromatic Colors of #82401D
Black with #82401D
Text Example
Text Example
White with #82401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82401D; }
p { color: rgb(130,64,29); }
H1.HeaderClassName
{
color: #82401D;
}
.AnyTagClassName
{
color: #82401D;
}
</style>
background-color css
<style>
a { background-color: #82401D; }
a { background-color: rgb(130,64,29); }
div.DivClassName
{
background-color: #82401D;
}
.BgClassName
{
background-color: #82401D;
}
</style>
border-color css
<style>
span { border-color: #82401D; }
span { border-color: rgb(130,64,29); }
td.TdClassName
{
border-color: #82401D;
}
.TagClassName
{
border-color: #82401D;
}
</style>