Shades of Russet #82511F
Tints of Russet #82511F
RGB
CMYK
RGB Variations
Color information
#82511F (or 0x82511F) is known color: Russet. HEX triplet: 82, 51 and 1F. RGB value is (130,81,31). Sum of RGB (Red+Green+Blue) = 130+81+31=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82511F is #7DAEE0. Grayscale: #5A5A5A. Windows color (decimal): -8236769 or 2052482. OLE color: 2052482.
HSL color Cylindrical-coordinate representation of color #82511F: hue angle of 30.3º 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 #82511F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 31 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.49 |
| HSL | 30.3º | 0.61% | 0.32% | - |
| HSV(B) | 30.3º | 0.76% | 0.51% | - |
| XYZ | 12.4 | 10.73 | 2.71 | - |
| YUV | 89.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 31 | 0 | 0.38 | 0.76 | 0.49 | 30.3 | 0.61 | 0.32 |
| Hex | 82 | 51 | 1F | 0 | 26 | 4C | 31 | 1E | 3D | 20 |
| Octal | 202 | 121 | 37 | 0 | 46 | 114 | 61 | 36 | 75 | 40 |
| Binary | 10000010 | 1010001 | 11111 | 0 | 100110 | 1001100 | 110001 | 11110 | 111101 | 100000 |
Color Harmonies of #82511F
Complementary color
Monochromatic Colors of #82511F
Black with #82511F
Text Example
Text Example
White with #82511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82511F; }
p { color: rgb(130,81,31); }
H1.HeaderClassName
{
color: #82511F;
}
.AnyTagClassName
{
color: #82511F;
}
</style>
background-color css
<style>
a { background-color: #82511F; }
a { background-color: rgb(130,81,31); }
div.DivClassName
{
background-color: #82511F;
}
.BgClassName
{
background-color: #82511F;
}
</style>
border-color css
<style>
span { border-color: #82511F; }
span { border-color: rgb(130,81,31); }
td.TdClassName
{
border-color: #82511F;
}
.TagClassName
{
border-color: #82511F;
}
</style>