Shades of Russett #805D55
Tints of Russett #805D55
RGB
CMYK
RGB Variations
Color information
#805D55 (or 0x805D55) is known color: Russett. HEX triplet: 80, 5D and 55. RGB value is (128,93,85). Sum of RGB (Red+Green+Blue) = 128+93+85=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #805D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D55 is #7FA2AA. Grayscale: #666666. Windows color (decimal): -8364715 or 5594496. OLE color: 5594496.
HSL color Cylindrical-coordinate representation of color #805D55: hue angle of 11.16º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805D55 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 85 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.50 |
| HSL | 11.16º | 0.2% | 0.42% | - |
| HSV(B) | 11.16º | 0.34% | 0.5% | - |
| XYZ | 14.46 | 13.07 | 10.36 | - |
| YUV | 102.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 85 | 0 | 0.27 | 0.34 | 0.50 | 11.16 | 0.2 | 0.42 |
| Hex | 80 | 5D | 55 | 0 | 1B | 22 | 32 | B | 14 | 2A |
| Octal | 200 | 135 | 125 | 0 | 33 | 42 | 62 | 13 | 24 | 52 |
| Binary | 10000000 | 1011101 | 1010101 | 0 | 11011 | 100010 | 110010 | 1011 | 10100 | 101010 |
Color Harmonies of #805D55
Complementary color
Monochromatic Colors of #805D55
Black with #805D55
Text Example
Text Example
White with #805D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D55; }
p { color: rgb(128,93,85); }
H1.HeaderClassName
{
color: #805D55;
}
.AnyTagClassName
{
color: #805D55;
}
</style>
background-color css
<style>
a { background-color: #805D55; }
a { background-color: rgb(128,93,85); }
div.DivClassName
{
background-color: #805D55;
}
.BgClassName
{
background-color: #805D55;
}
</style>
border-color css
<style>
span { border-color: #805D55; }
span { border-color: rgb(128,93,85); }
td.TdClassName
{
border-color: #805D55;
}
.TagClassName
{
border-color: #805D55;
}
</style>