Shades of Russett #805D56
Tints of Russett #805D56
RGB
CMYK
RGB Variations
Color information
#805D56 (or 0x805D56) is known color: Russett. HEX triplet: 80, 5D and 56. RGB value is (128,93,86). Sum of RGB (Red+Green+Blue) = 128+93+86=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #805D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D56 is #7FA2A9. Grayscale: #666666. Windows color (decimal): -8364714 or 5660032. OLE color: 5660032.
HSL color Cylindrical-coordinate representation of color #805D56: hue angle of 10º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805D56 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 86 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.50 |
| HSL | 10º | 0.2% | 0.42% | - |
| HSV(B) | 10º | 0.33% | 0.5% | - |
| XYZ | 14.5 | 13.09 | 10.57 | - |
| YUV | 102.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 86 | 0 | 0.27 | 0.33 | 0.50 | 10 | 0.2 | 0.42 |
| Hex | 80 | 5D | 56 | 0 | 1B | 21 | 32 | A | 14 | 2A |
| Octal | 200 | 135 | 126 | 0 | 33 | 41 | 62 | 12 | 24 | 52 |
| Binary | 10000000 | 1011101 | 1010110 | 0 | 11011 | 100001 | 110010 | 1010 | 10100 | 101010 |
Color Harmonies of #805D56
Complementary color
Monochromatic Colors of #805D56
Black with #805D56
Text Example
Text Example
White with #805D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D56; }
p { color: rgb(128,93,86); }
H1.HeaderClassName
{
color: #805D56;
}
.AnyTagClassName
{
color: #805D56;
}
</style>
background-color css
<style>
a { background-color: #805D56; }
a { background-color: rgb(128,93,86); }
div.DivClassName
{
background-color: #805D56;
}
.BgClassName
{
background-color: #805D56;
}
</style>
border-color css
<style>
span { border-color: #805D56; }
span { border-color: rgb(128,93,86); }
td.TdClassName
{
border-color: #805D56;
}
.TagClassName
{
border-color: #805D56;
}
</style>