Shades of Zambezi #735D5B
Tints of Zambezi #735D5B
RGB
CMYK
RGB Variations
Color information
#735D5B (or 0x735D5B) is known color: Zambezi. HEX triplet: 73, 5D and 5B. RGB value is (115,93,91). Sum of RGB (Red+Green+Blue) = 115+93+91=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D5B is #8CA2A4. Grayscale: #636363. Windows color (decimal): -9216677 or 5987699. OLE color: 5987699.
HSL color Cylindrical-coordinate representation of color #735D5B: hue angle of 5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735D5B is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 91 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.55 |
| HSL | 5º | 0.12% | 0.4% | - |
| HSV(B) | 5º | 0.21% | 0.45% | - |
| XYZ | 12.87 | 12.23 | 11.58 | - |
| YUV | 99.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 91 | 0 | 0.19 | 0.21 | 0.55 | 5 | 0.12 | 0.4 |
| Hex | 73 | 5D | 5B | 0 | 13 | 15 | 37 | 5 | C | 28 |
| Octal | 163 | 135 | 133 | 0 | 23 | 25 | 67 | 5 | 14 | 50 |
| Binary | 1110011 | 1011101 | 1011011 | 0 | 10011 | 10101 | 110111 | 101 | 1100 | 101000 |
Color Harmonies of #735D5B
Complementary color
Monochromatic Colors of #735D5B
Black with #735D5B
Text Example
Text Example
White with #735D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D5B; }
p { color: rgb(115,93,91); }
H1.HeaderClassName
{
color: #735D5B;
}
.AnyTagClassName
{
color: #735D5B;
}
</style>
background-color css
<style>
a { background-color: #735D5B; }
a { background-color: rgb(115,93,91); }
div.DivClassName
{
background-color: #735D5B;
}
.BgClassName
{
background-color: #735D5B;
}
</style>
border-color css
<style>
span { border-color: #735D5B; }
span { border-color: rgb(115,93,91); }
td.TdClassName
{
border-color: #735D5B;
}
.TagClassName
{
border-color: #735D5B;
}
</style>