Shades of Russett #825B55
Tints of Russett #825B55
RGB
CMYK
RGB Variations
Color information
#825B55 (or 0x825B55) is known color: Russett. HEX triplet: 82, 5B and 55. RGB value is (130,91,85). Sum of RGB (Red+Green+Blue) = 130+91+85=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B55 is #7DA4AA. Grayscale: #666666. Windows color (decimal): -8234155 or 5593986. OLE color: 5593986.
HSL color Cylindrical-coordinate representation of color #825B55: hue angle of 8º 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 #825B55 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 85 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.49 |
| HSL | 8º | 0.21% | 0.42% | - |
| HSV(B) | 8º | 0.35% | 0.51% | - |
| XYZ | 14.59 | 12.88 | 10.31 | - |
| YUV | 101.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 85 | 0 | 0.30 | 0.35 | 0.49 | 8 | 0.21 | 0.42 |
| Hex | 82 | 5B | 55 | 0 | 1E | 23 | 31 | 8 | 15 | 2A |
| Octal | 202 | 133 | 125 | 0 | 36 | 43 | 61 | 10 | 25 | 52 |
| Binary | 10000010 | 1011011 | 1010101 | 0 | 11110 | 100011 | 110001 | 1000 | 10101 | 101010 |
Color Harmonies of #825B55
Complementary color
Monochromatic Colors of #825B55
Black with #825B55
Text Example
Text Example
White with #825B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B55; }
p { color: rgb(130,91,85); }
H1.HeaderClassName
{
color: #825B55;
}
.AnyTagClassName
{
color: #825B55;
}
</style>
background-color css
<style>
a { background-color: #825B55; }
a { background-color: rgb(130,91,85); }
div.DivClassName
{
background-color: #825B55;
}
.BgClassName
{
background-color: #825B55;
}
</style>
border-color css
<style>
span { border-color: #825B55; }
span { border-color: rgb(130,91,85); }
td.TdClassName
{
border-color: #825B55;
}
.TagClassName
{
border-color: #825B55;
}
</style>