Shades of Zambezi #735C59
Tints of Zambezi #735C59
RGB
CMYK
RGB Variations
Color information
#735C59 (or 0x735C59) is known color: Zambezi. HEX triplet: 73, 5C and 59. RGB value is (115,92,89). Sum of RGB (Red+Green+Blue) = 115+92+89=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C59 is #8CA3A6. Grayscale: #626262. Windows color (decimal): -9216935 or 5856371. OLE color: 5856371.
HSL color Cylindrical-coordinate representation of color #735C59: hue angle of 6.92º 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 #735C59 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 89 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.55 |
| HSL | 6.92º | 0.13% | 0.4% | - |
| HSV(B) | 6.92º | 0.23% | 0.45% | - |
| XYZ | 12.7 | 12.02 | 11.1 | - |
| YUV | 98.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 89 | 0 | 0.20 | 0.23 | 0.55 | 6.92 | 0.13 | 0.4 |
| Hex | 73 | 5C | 59 | 0 | 14 | 17 | 37 | 7 | D | 28 |
| Octal | 163 | 134 | 131 | 0 | 24 | 27 | 67 | 7 | 15 | 50 |
| Binary | 1110011 | 1011100 | 1011001 | 0 | 10100 | 10111 | 110111 | 111 | 1101 | 101000 |
Color Harmonies of #735C59
Complementary color
Monochromatic Colors of #735C59
Black with #735C59
Text Example
Text Example
White with #735C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C59; }
p { color: rgb(115,92,89); }
H1.HeaderClassName
{
color: #735C59;
}
.AnyTagClassName
{
color: #735C59;
}
</style>
background-color css
<style>
a { background-color: #735C59; }
a { background-color: rgb(115,92,89); }
div.DivClassName
{
background-color: #735C59;
}
.BgClassName
{
background-color: #735C59;
}
</style>
border-color css
<style>
span { border-color: #735C59; }
span { border-color: rgb(115,92,89); }
td.TdClassName
{
border-color: #735C59;
}
.TagClassName
{
border-color: #735C59;
}
</style>