Shades of Russett #825D54
Tints of Russett #825D54
RGB
CMYK
RGB Variations
Color information
#825D54 (or 0x825D54) is known color: Russett. HEX triplet: 82, 5D and 54. RGB value is (130,93,84). Sum of RGB (Red+Green+Blue) = 130+93+84=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #825D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D54 is #7DA2AB. Grayscale: #676767. Windows color (decimal): -8233644 or 5528962. OLE color: 5528962.
HSL color Cylindrical-coordinate representation of color #825D54: hue angle of 11.74º 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 #825D54 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 84 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.49 |
| HSL | 11.74º | 0.21% | 0.42% | - |
| HSV(B) | 11.74º | 0.35% | 0.51% | - |
| XYZ | 14.72 | 13.21 | 10.16 | - |
| YUV | 103.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 84 | 0 | 0.28 | 0.35 | 0.49 | 11.74 | 0.21 | 0.42 |
| Hex | 82 | 5D | 54 | 0 | 1C | 23 | 31 | C | 15 | 2A |
| Octal | 202 | 135 | 124 | 0 | 34 | 43 | 61 | 14 | 25 | 52 |
| Binary | 10000010 | 1011101 | 1010100 | 0 | 11100 | 100011 | 110001 | 1100 | 10101 | 101010 |
Color Harmonies of #825D54
Complementary color
Monochromatic Colors of #825D54
Black with #825D54
Text Example
Text Example
White with #825D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D54; }
p { color: rgb(130,93,84); }
H1.HeaderClassName
{
color: #825D54;
}
.AnyTagClassName
{
color: #825D54;
}
</style>
background-color css
<style>
a { background-color: #825D54; }
a { background-color: rgb(130,93,84); }
div.DivClassName
{
background-color: #825D54;
}
.BgClassName
{
background-color: #825D54;
}
</style>
border-color css
<style>
span { border-color: #825D54; }
span { border-color: rgb(130,93,84); }
td.TdClassName
{
border-color: #825D54;
}
.TagClassName
{
border-color: #825D54;
}
</style>