Shades of Russet #82401C
Tints of Russet #82401C
RGB
CMYK
RGB Variations
Color information
#82401C (or 0x82401C) is known color: Russet. HEX triplet: 82, 40 and 1C. RGB value is (130,64,28). Sum of RGB (Red+Green+Blue) = 130+64+28=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82401C is #7DBFE3. Grayscale: #4F4F4F. Windows color (decimal): -8241124 or 1851522. OLE color: 1851522.
HSL color Cylindrical-coordinate representation of color #82401C: hue angle of 21.18º degrees, saturation: 0.65, 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 #82401C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 28 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.49 |
| HSL | 21.18º | 0.65% | 0.31% | - |
| HSV(B) | 21.18º | 0.78% | 0.51% | - |
| XYZ | 11.25 | 8.5 | 2.15 | - |
| YUV | 79.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 28 | 0 | 0.51 | 0.78 | 0.49 | 21.18 | 0.65 | 0.31 |
| Hex | 82 | 40 | 1C | 0 | 33 | 4E | 31 | 15 | 41 | 1F |
| Octal | 202 | 100 | 34 | 0 | 63 | 116 | 61 | 25 | 101 | 37 |
| Binary | 10000010 | 1000000 | 11100 | 0 | 110011 | 1001110 | 110001 | 10101 | 1000001 | 11111 |
Color Harmonies of #82401C
Complementary color
Monochromatic Colors of #82401C
Black with #82401C
Text Example
Text Example
White with #82401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82401C; }
p { color: rgb(130,64,28); }
H1.HeaderClassName
{
color: #82401C;
}
.AnyTagClassName
{
color: #82401C;
}
</style>
background-color css
<style>
a { background-color: #82401C; }
a { background-color: rgb(130,64,28); }
div.DivClassName
{
background-color: #82401C;
}
.BgClassName
{
background-color: #82401C;
}
</style>
border-color css
<style>
span { border-color: #82401C; }
span { border-color: rgb(130,64,28); }
td.TdClassName
{
border-color: #82401C;
}
.TagClassName
{
border-color: #82401C;
}
</style>