Shades of Russett #735D57
Tints of Russett #735D57
RGB
CMYK
RGB Variations
Color information
#735D57 (or 0x735D57) is known color: Russett. HEX triplet: 73, 5D and 57. RGB value is (115,93,87). Sum of RGB (Red+Green+Blue) = 115+93+87=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D57 is #8CA2A8. Grayscale: #626262. Windows color (decimal): -9216681 or 5725555. OLE color: 5725555.
HSL color Cylindrical-coordinate representation of color #735D57: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735D57 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 87 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.55 |
| HSL | 12.86º | 0.14% | 0.4% | - |
| HSV(B) | 12.86º | 0.24% | 0.45% | - |
| XYZ | 12.7 | 12.16 | 10.69 | - |
| YUV | 98.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 87 | 0 | 0.19 | 0.24 | 0.55 | 12.86 | 0.14 | 0.4 |
| Hex | 73 | 5D | 57 | 0 | 13 | 18 | 37 | D | E | 28 |
| Octal | 163 | 135 | 127 | 0 | 23 | 30 | 67 | 15 | 16 | 50 |
| Binary | 1110011 | 1011101 | 1010111 | 0 | 10011 | 11000 | 110111 | 1101 | 1110 | 101000 |
Color Harmonies of #735D57
Complementary color
Monochromatic Colors of #735D57
Black with #735D57
Text Example
Text Example
White with #735D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D57; }
p { color: rgb(115,93,87); }
H1.HeaderClassName
{
color: #735D57;
}
.AnyTagClassName
{
color: #735D57;
}
</style>
background-color css
<style>
a { background-color: #735D57; }
a { background-color: rgb(115,93,87); }
div.DivClassName
{
background-color: #735D57;
}
.BgClassName
{
background-color: #735D57;
}
</style>
border-color css
<style>
span { border-color: #735D57; }
span { border-color: rgb(115,93,87); }
td.TdClassName
{
border-color: #735D57;
}
.TagClassName
{
border-color: #735D57;
}
</style>