Shades of Russet #82501F
Tints of Russet #82501F
RGB
CMYK
RGB Variations
Color information
#82501F (or 0x82501F) is known color: Russet. HEX triplet: 82, 50 and 1F. RGB value is (130,80,31). Sum of RGB (Red+Green+Blue) = 130+80+31=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82501F is #7DAFE0. Grayscale: #595959. Windows color (decimal): -8237025 or 2052226. OLE color: 2052226.
HSL color Cylindrical-coordinate representation of color #82501F: hue angle of 29.7º 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 #82501F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 31 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.49 |
| HSL | 29.7º | 0.61% | 0.32% | - |
| HSV(B) | 29.7º | 0.76% | 0.51% | - |
| XYZ | 12.32 | 10.58 | 2.69 | - |
| YUV | 89.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 31 | 0 | 0.38 | 0.76 | 0.49 | 29.7 | 0.61 | 0.32 |
| Hex | 82 | 50 | 1F | 0 | 26 | 4C | 31 | 1E | 3D | 20 |
| Octal | 202 | 120 | 37 | 0 | 46 | 114 | 61 | 36 | 75 | 40 |
| Binary | 10000010 | 1010000 | 11111 | 0 | 100110 | 1001100 | 110001 | 11110 | 111101 | 100000 |
Color Harmonies of #82501F
Complementary color
Monochromatic Colors of #82501F
Black with #82501F
Text Example
Text Example
White with #82501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82501F; }
p { color: rgb(130,80,31); }
H1.HeaderClassName
{
color: #82501F;
}
.AnyTagClassName
{
color: #82501F;
}
</style>
background-color css
<style>
a { background-color: #82501F; }
a { background-color: rgb(130,80,31); }
div.DivClassName
{
background-color: #82501F;
}
.BgClassName
{
background-color: #82501F;
}
</style>
border-color css
<style>
span { border-color: #82501F; }
span { border-color: rgb(130,80,31); }
td.TdClassName
{
border-color: #82501F;
}
.TagClassName
{
border-color: #82501F;
}
</style>