Shades of Russett #735D58
Tints of Russett #735D58
RGB
CMYK
RGB Variations
Color information
#735D58 (or 0x735D58) is known color: Russett. HEX triplet: 73, 5D and 58. RGB value is (115,93,88). Sum of RGB (Red+Green+Blue) = 115+93+88=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D58 is #8CA2A7. Grayscale: #636363. Windows color (decimal): -9216680 or 5791091. OLE color: 5791091.
HSL color Cylindrical-coordinate representation of color #735D58: hue angle of 11.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735D58 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 88 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.55 |
| HSL | 11.11º | 0.13% | 0.4% | - |
| HSV(B) | 11.11º | 0.23% | 0.45% | - |
| XYZ | 12.75 | 12.18 | 10.91 | - |
| YUV | 99.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 88 | 0 | 0.19 | 0.23 | 0.55 | 11.11 | 0.13 | 0.4 |
| Hex | 73 | 5D | 58 | 0 | 13 | 17 | 37 | B | D | 28 |
| Octal | 163 | 135 | 130 | 0 | 23 | 27 | 67 | 13 | 15 | 50 |
| Binary | 1110011 | 1011101 | 1011000 | 0 | 10011 | 10111 | 110111 | 1011 | 1101 | 101000 |
Color Harmonies of #735D58
Complementary color
Monochromatic Colors of #735D58
Black with #735D58
Text Example
Text Example
White with #735D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D58; }
p { color: rgb(115,93,88); }
H1.HeaderClassName
{
color: #735D58;
}
.AnyTagClassName
{
color: #735D58;
}
</style>
background-color css
<style>
a { background-color: #735D58; }
a { background-color: rgb(115,93,88); }
div.DivClassName
{
background-color: #735D58;
}
.BgClassName
{
background-color: #735D58;
}
</style>
border-color css
<style>
span { border-color: #735D58; }
span { border-color: rgb(115,93,88); }
td.TdClassName
{
border-color: #735D58;
}
.TagClassName
{
border-color: #735D58;
}
</style>