Shades of Russet #82401B
Tints of Russet #82401B
RGB
CMYK
RGB Variations
Color information
#82401B (or 0x82401B) is known color: Russet. HEX triplet: 82, 40 and 1B. RGB value is (130,64,27). Sum of RGB (Red+Green+Blue) = 130+64+27=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #82401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82401B is #7DBFE4. Grayscale: #4F4F4F. Windows color (decimal): -8241125 or 1785986. OLE color: 1785986.
HSL color Cylindrical-coordinate representation of color #82401B: hue angle of 21.55º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82401B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 27 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.49 |
| HSL | 21.55º | 0.66% | 0.31% | - |
| HSV(B) | 21.55º | 0.79% | 0.51% | - |
| XYZ | 11.24 | 8.49 | 2.08 | - |
| YUV | 79.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 27 | 0 | 0.51 | 0.79 | 0.49 | 21.55 | 0.66 | 0.31 |
| Hex | 82 | 40 | 1B | 0 | 33 | 4F | 31 | 16 | 42 | 1F |
| Octal | 202 | 100 | 33 | 0 | 63 | 117 | 61 | 26 | 102 | 37 |
| Binary | 10000010 | 1000000 | 11011 | 0 | 110011 | 1001111 | 110001 | 10110 | 1000010 | 11111 |
Color Harmonies of #82401B
Complementary color
Monochromatic Colors of #82401B
Black with #82401B
Text Example
Text Example
White with #82401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82401B; }
p { color: rgb(130,64,27); }
H1.HeaderClassName
{
color: #82401B;
}
.AnyTagClassName
{
color: #82401B;
}
</style>
background-color css
<style>
a { background-color: #82401B; }
a { background-color: rgb(130,64,27); }
div.DivClassName
{
background-color: #82401B;
}
.BgClassName
{
background-color: #82401B;
}
</style>
border-color css
<style>
span { border-color: #82401B; }
span { border-color: rgb(130,64,27); }
td.TdClassName
{
border-color: #82401B;
}
.TagClassName
{
border-color: #82401B;
}
</style>