Shades of Russett #805D54
Tints of Russett #805D54
RGB
CMYK
RGB Variations
Color information
#805D54 (or 0x805D54) is known color: Russett. HEX triplet: 80, 5D and 54. RGB value is (128,93,84). Sum of RGB (Red+Green+Blue) = 128+93+84=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D54 is #7FA2AB. Grayscale: #666666. Windows color (decimal): -8364716 or 5528960. OLE color: 5528960.
HSL color Cylindrical-coordinate representation of color #805D54: hue angle of 12.27º degrees, saturation: 0.21, 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 #805D54 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 84 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.50 |
| HSL | 12.27º | 0.21% | 0.42% | - |
| HSV(B) | 12.27º | 0.34% | 0.5% | - |
| XYZ | 14.42 | 13.06 | 10.15 | - |
| YUV | 102.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 84 | 0 | 0.27 | 0.34 | 0.50 | 12.27 | 0.21 | 0.42 |
| Hex | 80 | 5D | 54 | 0 | 1B | 22 | 32 | C | 15 | 2A |
| Octal | 200 | 135 | 124 | 0 | 33 | 42 | 62 | 14 | 25 | 52 |
| Binary | 10000000 | 1011101 | 1010100 | 0 | 11011 | 100010 | 110010 | 1100 | 10101 | 101010 |
Color Harmonies of #805D54
Complementary color
Monochromatic Colors of #805D54
Black with #805D54
Text Example
Text Example
White with #805D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D54; }
p { color: rgb(128,93,84); }
H1.HeaderClassName
{
color: #805D54;
}
.AnyTagClassName
{
color: #805D54;
}
</style>
background-color css
<style>
a { background-color: #805D54; }
a { background-color: rgb(128,93,84); }
div.DivClassName
{
background-color: #805D54;
}
.BgClassName
{
background-color: #805D54;
}
</style>
border-color css
<style>
span { border-color: #805D54; }
span { border-color: rgb(128,93,84); }
td.TdClassName
{
border-color: #805D54;
}
.TagClassName
{
border-color: #805D54;
}
</style>