Shades of Russett #805D57
Tints of Russett #805D57
RGB
CMYK
RGB Variations
Color information
#805D57 (or 0x805D57) is known color: Russett. HEX triplet: 80, 5D and 57. RGB value is (128,93,87). Sum of RGB (Red+Green+Blue) = 128+93+87=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #805D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D57 is #7FA2A8. Grayscale: #666666. Windows color (decimal): -8364713 or 5725568. OLE color: 5725568.
HSL color Cylindrical-coordinate representation of color #805D57: hue angle of 8.78º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805D57 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 87 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.50 |
| HSL | 8.78º | 0.19% | 0.42% | - |
| HSV(B) | 8.78º | 0.32% | 0.5% | - |
| XYZ | 14.54 | 13.11 | 10.78 | - |
| YUV | 102.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 87 | 0 | 0.27 | 0.32 | 0.50 | 8.78 | 0.19 | 0.42 |
| Hex | 80 | 5D | 57 | 0 | 1B | 20 | 32 | 9 | 13 | 2A |
| Octal | 200 | 135 | 127 | 0 | 33 | 40 | 62 | 11 | 23 | 52 |
| Binary | 10000000 | 1011101 | 1010111 | 0 | 11011 | 100000 | 110010 | 1001 | 10011 | 101010 |
Color Harmonies of #805D57
Complementary color
Monochromatic Colors of #805D57
Black with #805D57
Text Example
Text Example
White with #805D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D57; }
p { color: rgb(128,93,87); }
H1.HeaderClassName
{
color: #805D57;
}
.AnyTagClassName
{
color: #805D57;
}
</style>
background-color css
<style>
a { background-color: #805D57; }
a { background-color: rgb(128,93,87); }
div.DivClassName
{
background-color: #805D57;
}
.BgClassName
{
background-color: #805D57;
}
</style>
border-color css
<style>
span { border-color: #805D57; }
span { border-color: rgb(128,93,87); }
td.TdClassName
{
border-color: #805D57;
}
.TagClassName
{
border-color: #805D57;
}
</style>