Shades of Zambezi #735D5C
Tints of Zambezi #735D5C
RGB
CMYK
RGB Variations
Color information
#735D5C (or 0x735D5C) is known color: Zambezi. HEX triplet: 73, 5D and 5C. RGB value is (115,93,92). Sum of RGB (Red+Green+Blue) = 115+93+92=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D5C is #8CA2A3. Grayscale: #636363. Windows color (decimal): -9216676 or 6053235. OLE color: 6053235.
HSL color Cylindrical-coordinate representation of color #735D5C: hue angle of 2.61º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735D5C is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 92 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.55 |
| HSL | 2.61º | 0.11% | 0.41% | - |
| HSV(B) | 2.61º | 0.2% | 0.45% | - |
| XYZ | 12.92 | 12.25 | 11.81 | - |
| YUV | 99.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 92 | 0 | 0.19 | 0.20 | 0.55 | 2.61 | 0.11 | 0.41 |
| Hex | 73 | 5D | 5C | 0 | 13 | 14 | 37 | 3 | B | 29 |
| Octal | 163 | 135 | 134 | 0 | 23 | 24 | 67 | 3 | 13 | 51 |
| Binary | 1110011 | 1011101 | 1011100 | 0 | 10011 | 10100 | 110111 | 11 | 1011 | 101001 |
Color Harmonies of #735D5C
Complementary color
Monochromatic Colors of #735D5C
Black with #735D5C
Text Example
Text Example
White with #735D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D5C; }
p { color: rgb(115,93,92); }
H1.HeaderClassName
{
color: #735D5C;
}
.AnyTagClassName
{
color: #735D5C;
}
</style>
background-color css
<style>
a { background-color: #735D5C; }
a { background-color: rgb(115,93,92); }
div.DivClassName
{
background-color: #735D5C;
}
.BgClassName
{
background-color: #735D5C;
}
</style>
border-color css
<style>
span { border-color: #735D5C; }
span { border-color: rgb(115,93,92); }
td.TdClassName
{
border-color: #735D5C;
}
.TagClassName
{
border-color: #735D5C;
}
</style>