Shades of Russet #82521B
Tints of Russet #82521B
RGB
CMYK
RGB Variations
Color information
#82521B (or 0x82521B) is known color: Russet. HEX triplet: 82, 52 and 1B. RGB value is (130,82,27). Sum of RGB (Red+Green+Blue) = 130+82+27=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82521B is #7DADE4. Grayscale: #5A5A5A. Windows color (decimal): -8236517 or 1790594. OLE color: 1790594.
HSL color Cylindrical-coordinate representation of color #82521B: hue angle of 32.04º 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 #82521B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 27 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.49 |
| HSL | 32.04º | 0.66% | 0.31% | - |
| HSV(B) | 32.04º | 0.79% | 0.51% | - |
| XYZ | 12.42 | 10.86 | 2.48 | - |
| YUV | 90.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 27 | 0 | 0.37 | 0.79 | 0.49 | 32.04 | 0.66 | 0.31 |
| Hex | 82 | 52 | 1B | 0 | 25 | 4F | 31 | 20 | 42 | 1F |
| Octal | 202 | 122 | 33 | 0 | 45 | 117 | 61 | 40 | 102 | 37 |
| Binary | 10000010 | 1010010 | 11011 | 0 | 100101 | 1001111 | 110001 | 100000 | 1000010 | 11111 |
Color Harmonies of #82521B
Complementary color
Monochromatic Colors of #82521B
Black with #82521B
Text Example
Text Example
White with #82521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82521B; }
p { color: rgb(130,82,27); }
H1.HeaderClassName
{
color: #82521B;
}
.AnyTagClassName
{
color: #82521B;
}
</style>
background-color css
<style>
a { background-color: #82521B; }
a { background-color: rgb(130,82,27); }
div.DivClassName
{
background-color: #82521B;
}
.BgClassName
{
background-color: #82521B;
}
</style>
border-color css
<style>
span { border-color: #82521B; }
span { border-color: rgb(130,82,27); }
td.TdClassName
{
border-color: #82521B;
}
.TagClassName
{
border-color: #82521B;
}
</style>