Shades of Russett #825D56
Tints of Russett #825D56
RGB
CMYK
RGB Variations
Color information
#825D56 (or 0x825D56) is known color: Russett. HEX triplet: 82, 5D and 56. RGB value is (130,93,86). Sum of RGB (Red+Green+Blue) = 130+93+86=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D56 is #7DA2A9. Grayscale: #676767. Windows color (decimal): -8233642 or 5660034. OLE color: 5660034.
HSL color Cylindrical-coordinate representation of color #825D56: hue angle of 9.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825D56 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 86 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.49 |
| HSL | 9.55º | 0.2% | 0.42% | - |
| HSV(B) | 9.55º | 0.34% | 0.51% | - |
| XYZ | 14.8 | 13.25 | 10.58 | - |
| YUV | 103.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 86 | 0 | 0.28 | 0.34 | 0.49 | 9.55 | 0.2 | 0.42 |
| Hex | 82 | 5D | 56 | 0 | 1C | 22 | 31 | A | 14 | 2A |
| Octal | 202 | 135 | 126 | 0 | 34 | 42 | 61 | 12 | 24 | 52 |
| Binary | 10000010 | 1011101 | 1010110 | 0 | 11100 | 100010 | 110001 | 1010 | 10100 | 101010 |
Color Harmonies of #825D56
Complementary color
Monochromatic Colors of #825D56
Black with #825D56
Text Example
Text Example
White with #825D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D56; }
p { color: rgb(130,93,86); }
H1.HeaderClassName
{
color: #825D56;
}
.AnyTagClassName
{
color: #825D56;
}
</style>
background-color css
<style>
a { background-color: #825D56; }
a { background-color: rgb(130,93,86); }
div.DivClassName
{
background-color: #825D56;
}
.BgClassName
{
background-color: #825D56;
}
</style>
border-color css
<style>
span { border-color: #825D56; }
span { border-color: rgb(130,93,86); }
td.TdClassName
{
border-color: #825D56;
}
.TagClassName
{
border-color: #825D56;
}
</style>