Shades of Zambezi #735D59
Tints of Zambezi #735D59
RGB
CMYK
RGB Variations
Color information
#735D59 (or 0x735D59) is known color: Zambezi. HEX triplet: 73, 5D and 59. RGB value is (115,93,89). Sum of RGB (Red+Green+Blue) = 115+93+89=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D59 is #8CA2A6. Grayscale: #636363. Windows color (decimal): -9216679 or 5856627. OLE color: 5856627.
HSL color Cylindrical-coordinate representation of color #735D59: hue angle of 9.23º 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 #735D59 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 89 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.55 |
| HSL | 9.23º | 0.13% | 0.4% | - |
| HSV(B) | 9.23º | 0.23% | 0.45% | - |
| XYZ | 12.79 | 12.19 | 11.13 | - |
| YUV | 99.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 89 | 0 | 0.19 | 0.23 | 0.55 | 9.23 | 0.13 | 0.4 |
| Hex | 73 | 5D | 59 | 0 | 13 | 17 | 37 | 9 | D | 28 |
| Octal | 163 | 135 | 131 | 0 | 23 | 27 | 67 | 11 | 15 | 50 |
| Binary | 1110011 | 1011101 | 1011001 | 0 | 10011 | 10111 | 110111 | 1001 | 1101 | 101000 |
Color Harmonies of #735D59
Complementary color
Monochromatic Colors of #735D59
Black with #735D59
Text Example
Text Example
White with #735D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D59; }
p { color: rgb(115,93,89); }
H1.HeaderClassName
{
color: #735D59;
}
.AnyTagClassName
{
color: #735D59;
}
</style>
background-color css
<style>
a { background-color: #735D59; }
a { background-color: rgb(115,93,89); }
div.DivClassName
{
background-color: #735D59;
}
.BgClassName
{
background-color: #735D59;
}
</style>
border-color css
<style>
span { border-color: #735D59; }
span { border-color: rgb(115,93,89); }
td.TdClassName
{
border-color: #735D59;
}
.TagClassName
{
border-color: #735D59;
}
</style>