Shades of Russet #825117
Tints of Russet #825117
RGB
CMYK
RGB Variations
Color information
#825117 (or 0x825117) is known color: Russet. HEX triplet: 82, 51 and 17. RGB value is (130,81,23). Sum of RGB (Red+Green+Blue) = 130+81+23=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825117 is #7DAEE8. Grayscale: #595959. Windows color (decimal): -8236777 or 1528194. OLE color: 1528194.
HSL color Cylindrical-coordinate representation of color #825117: hue angle of 32.52º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #825117 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 23 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.49 |
| HSL | 32.52º | 0.7% | 0.3% | - |
| HSV(B) | 32.52º | 0.82% | 0.51% | - |
| XYZ | 12.3 | 10.69 | 2.23 | - |
| YUV | 89.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 23 | 0 | 0.38 | 0.82 | 0.49 | 32.52 | 0.7 | 0.3 |
| Hex | 82 | 51 | 17 | 0 | 26 | 52 | 31 | 21 | 46 | 1E |
| Octal | 202 | 121 | 27 | 0 | 46 | 122 | 61 | 41 | 106 | 36 |
| Binary | 10000010 | 1010001 | 10111 | 0 | 100110 | 1010010 | 110001 | 100001 | 1000110 | 11110 |
Color Harmonies of #825117
Complementary color
Monochromatic Colors of #825117
Black with #825117
Text Example
Text Example
White with #825117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825117; }
p { color: rgb(130,81,23); }
H1.HeaderClassName
{
color: #825117;
}
.AnyTagClassName
{
color: #825117;
}
</style>
background-color css
<style>
a { background-color: #825117; }
a { background-color: rgb(130,81,23); }
div.DivClassName
{
background-color: #825117;
}
.BgClassName
{
background-color: #825117;
}
</style>
border-color css
<style>
span { border-color: #825117; }
span { border-color: rgb(130,81,23); }
td.TdClassName
{
border-color: #825117;
}
.TagClassName
{
border-color: #825117;
}
</style>