Shades of Zambezi #715D5B
Tints of Zambezi #715D5B
RGB
CMYK
RGB Variations
Color information
#715D5B (or 0x715D5B) is known color: Zambezi. HEX triplet: 71, 5D and 5B. RGB value is (113,93,91). Sum of RGB (Red+Green+Blue) = 113+93+91=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D5B is #8EA2A4. Grayscale: #626262. Windows color (decimal): -9347749 or 5987697. OLE color: 5987697.
HSL color Cylindrical-coordinate representation of color #715D5B: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #715D5B is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 91 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.56 |
| HSL | 5.45º | 0.11% | 0.4% | - |
| HSV(B) | 5.45º | 0.19% | 0.44% | - |
| XYZ | 12.61 | 12.09 | 11.57 | - |
| YUV | 98.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 91 | 0 | 0.18 | 0.19 | 0.56 | 5.45 | 0.11 | 0.4 |
| Hex | 71 | 5D | 5B | 0 | 12 | 13 | 38 | 5 | B | 28 |
| Octal | 161 | 135 | 133 | 0 | 22 | 23 | 70 | 5 | 13 | 50 |
| Binary | 1110001 | 1011101 | 1011011 | 0 | 10010 | 10011 | 111000 | 101 | 1011 | 101000 |
Color Harmonies of #715D5B
Complementary color
Monochromatic Colors of #715D5B
Black with #715D5B
Text Example
Text Example
White with #715D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D5B; }
p { color: rgb(113,93,91); }
H1.HeaderClassName
{
color: #715D5B;
}
.AnyTagClassName
{
color: #715D5B;
}
</style>
background-color css
<style>
a { background-color: #715D5B; }
a { background-color: rgb(113,93,91); }
div.DivClassName
{
background-color: #715D5B;
}
.BgClassName
{
background-color: #715D5B;
}
</style>
border-color css
<style>
span { border-color: #715D5B; }
span { border-color: rgb(113,93,91); }
td.TdClassName
{
border-color: #715D5B;
}
.TagClassName
{
border-color: #715D5B;
}
</style>