Shades of Russett #825E55
Tints of Russett #825E55
RGB
CMYK
RGB Variations
Color information
#825E55 (or 0x825E55) is known color: Russett. HEX triplet: 82, 5E and 55. RGB value is (130,94,85). Sum of RGB (Red+Green+Blue) = 130+94+85=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E55 is #7DA1AA. Grayscale: #676767. Windows color (decimal): -8233387 or 5594754. OLE color: 5594754.
HSL color Cylindrical-coordinate representation of color #825E55: hue angle of 12º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825E55 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 85 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.49 |
| HSL | 12º | 0.21% | 0.42% | - |
| HSV(B) | 12º | 0.35% | 0.51% | - |
| XYZ | 14.85 | 13.41 | 10.4 | - |
| YUV | 103.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 85 | 0 | 0.28 | 0.35 | 0.49 | 12 | 0.21 | 0.42 |
| Hex | 82 | 5E | 55 | 0 | 1C | 23 | 31 | C | 15 | 2A |
| Octal | 202 | 136 | 125 | 0 | 34 | 43 | 61 | 14 | 25 | 52 |
| Binary | 10000010 | 1011110 | 1010101 | 0 | 11100 | 100011 | 110001 | 1100 | 10101 | 101010 |
Color Harmonies of #825E55
Complementary color
Monochromatic Colors of #825E55
Black with #825E55
Text Example
Text Example
White with #825E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E55; }
p { color: rgb(130,94,85); }
H1.HeaderClassName
{
color: #825E55;
}
.AnyTagClassName
{
color: #825E55;
}
</style>
background-color css
<style>
a { background-color: #825E55; }
a { background-color: rgb(130,94,85); }
div.DivClassName
{
background-color: #825E55;
}
.BgClassName
{
background-color: #825E55;
}
</style>
border-color css
<style>
span { border-color: #825E55; }
span { border-color: rgb(130,94,85); }
td.TdClassName
{
border-color: #825E55;
}
.TagClassName
{
border-color: #825E55;
}
</style>