Shades of Russett #825E57
Tints of Russett #825E57
RGB
CMYK
RGB Variations
Color information
#825E57 (or 0x825E57) is known color: Russett. HEX triplet: 82, 5E and 57. RGB value is (130,94,87). Sum of RGB (Red+Green+Blue) = 130+94+87=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E57 is #7DA1A8. Grayscale: #686868. Windows color (decimal): -8233385 or 5725826. OLE color: 5725826.
HSL color Cylindrical-coordinate representation of color #825E57: hue angle of 9.77º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825E57 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 87 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.49 |
| HSL | 9.77º | 0.2% | 0.43% | - |
| HSV(B) | 9.77º | 0.33% | 0.51% | - |
| XYZ | 14.93 | 13.44 | 10.82 | - |
| YUV | 103.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 87 | 0 | 0.28 | 0.33 | 0.49 | 9.77 | 0.2 | 0.43 |
| Hex | 82 | 5E | 57 | 0 | 1C | 21 | 31 | A | 14 | 2B |
| Octal | 202 | 136 | 127 | 0 | 34 | 41 | 61 | 12 | 24 | 53 |
| Binary | 10000010 | 1011110 | 1010111 | 0 | 11100 | 100001 | 110001 | 1010 | 10100 | 101011 |
Color Harmonies of #825E57
Complementary color
Monochromatic Colors of #825E57
Black with #825E57
Text Example
Text Example
White with #825E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E57; }
p { color: rgb(130,94,87); }
H1.HeaderClassName
{
color: #825E57;
}
.AnyTagClassName
{
color: #825E57;
}
</style>
background-color css
<style>
a { background-color: #825E57; }
a { background-color: rgb(130,94,87); }
div.DivClassName
{
background-color: #825E57;
}
.BgClassName
{
background-color: #825E57;
}
</style>
border-color css
<style>
span { border-color: #825E57; }
span { border-color: rgb(130,94,87); }
td.TdClassName
{
border-color: #825E57;
}
.TagClassName
{
border-color: #825E57;
}
</style>