Shades of Zambezi #745D59
Tints of Zambezi #745D59
RGB
CMYK
RGB Variations
Color information
#745D59 (or 0x745D59) is known color: Zambezi. HEX triplet: 74, 5D and 59. RGB value is (116,93,89). Sum of RGB (Red+Green+Blue) = 116+93+89=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #745D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D59 is #8BA2A6. Grayscale: #636363. Windows color (decimal): -9151143 or 5856628. OLE color: 5856628.
HSL color Cylindrical-coordinate representation of color #745D59: hue angle of 8.89º 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 #745D59 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 89 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.55 |
| HSL | 8.89º | 0.13% | 0.4% | - |
| HSV(B) | 8.89º | 0.23% | 0.45% | - |
| XYZ | 12.92 | 12.26 | 11.14 | - |
| YUV | 99.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 89 | 0 | 0.20 | 0.23 | 0.55 | 8.89 | 0.13 | 0.4 |
| Hex | 74 | 5D | 59 | 0 | 14 | 17 | 37 | 9 | D | 28 |
| Octal | 164 | 135 | 131 | 0 | 24 | 27 | 67 | 11 | 15 | 50 |
| Binary | 1110100 | 1011101 | 1011001 | 0 | 10100 | 10111 | 110111 | 1001 | 1101 | 101000 |
Color Harmonies of #745D59
Complementary color
Monochromatic Colors of #745D59
Black with #745D59
Text Example
Text Example
White with #745D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D59; }
p { color: rgb(116,93,89); }
H1.HeaderClassName
{
color: #745D59;
}
.AnyTagClassName
{
color: #745D59;
}
</style>
background-color css
<style>
a { background-color: #745D59; }
a { background-color: rgb(116,93,89); }
div.DivClassName
{
background-color: #745D59;
}
.BgClassName
{
background-color: #745D59;
}
</style>
border-color css
<style>
span { border-color: #745D59; }
span { border-color: rgb(116,93,89); }
td.TdClassName
{
border-color: #745D59;
}
.TagClassName
{
border-color: #745D59;
}
</style>