Shades of Zambezi #715B59
Tints of Zambezi #715B59
RGB
CMYK
RGB Variations
Color information
#715B59 (or 0x715B59) is known color: Zambezi. HEX triplet: 71, 5B and 59. RGB value is (113,91,89). Sum of RGB (Red+Green+Blue) = 113+91+89=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B59 is #8EA4A6. Grayscale: #616161. Windows color (decimal): -9348263 or 5856113. OLE color: 5856113.
HSL color Cylindrical-coordinate representation of color #715B59: hue angle of 5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715B59 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 89 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.56 |
| HSL | 5º | 0.12% | 0.4% | - |
| HSV(B) | 5º | 0.21% | 0.44% | - |
| XYZ | 12.35 | 11.71 | 11.06 | - |
| YUV | 97.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 89 | 0 | 0.19 | 0.21 | 0.56 | 5 | 0.12 | 0.4 |
| Hex | 71 | 5B | 59 | 0 | 13 | 15 | 38 | 5 | C | 28 |
| Octal | 161 | 133 | 131 | 0 | 23 | 25 | 70 | 5 | 14 | 50 |
| Binary | 1110001 | 1011011 | 1011001 | 0 | 10011 | 10101 | 111000 | 101 | 1100 | 101000 |
Color Harmonies of #715B59
Complementary color
Monochromatic Colors of #715B59
Black with #715B59
Text Example
Text Example
White with #715B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B59; }
p { color: rgb(113,91,89); }
H1.HeaderClassName
{
color: #715B59;
}
.AnyTagClassName
{
color: #715B59;
}
</style>
background-color css
<style>
a { background-color: #715B59; }
a { background-color: rgb(113,91,89); }
div.DivClassName
{
background-color: #715B59;
}
.BgClassName
{
background-color: #715B59;
}
</style>
border-color css
<style>
span { border-color: #715B59; }
span { border-color: rgb(113,91,89); }
td.TdClassName
{
border-color: #715B59;
}
.TagClassName
{
border-color: #715B59;
}
</style>