Shades of Dorado #715E55
Tints of Dorado #715E55
RGB
CMYK
RGB Variations
Color information
#715E55 (or 0x715E55) is known color: Dorado. HEX triplet: 71, 5E and 55. RGB value is (113,94,85). Sum of RGB (Red+Green+Blue) = 113+94+85=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E55 is #8EA1AA. Grayscale: #626262. Windows color (decimal): -9347499 or 5594737. OLE color: 5594737.
HSL color Cylindrical-coordinate representation of color #715E55: hue angle of 19.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715E55 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 85 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.56 |
| HSL | 19.29º | 0.14% | 0.39% | - |
| HSV(B) | 19.29º | 0.25% | 0.44% | - |
| XYZ | 12.45 | 12.17 | 10.29 | - |
| YUV | 98.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 85 | 0 | 0.17 | 0.25 | 0.56 | 19.29 | 0.14 | 0.39 |
| Hex | 71 | 5E | 55 | 0 | 11 | 19 | 38 | 13 | E | 27 |
| Octal | 161 | 136 | 125 | 0 | 21 | 31 | 70 | 23 | 16 | 47 |
| Binary | 1110001 | 1011110 | 1010101 | 0 | 10001 | 11001 | 111000 | 10011 | 1110 | 100111 |
Color Harmonies of #715E55
Complementary color
Monochromatic Colors of #715E55
Black with #715E55
Text Example
Text Example
White with #715E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E55; }
p { color: rgb(113,94,85); }
H1.HeaderClassName
{
color: #715E55;
}
.AnyTagClassName
{
color: #715E55;
}
</style>
background-color css
<style>
a { background-color: #715E55; }
a { background-color: rgb(113,94,85); }
div.DivClassName
{
background-color: #715E55;
}
.BgClassName
{
background-color: #715E55;
}
</style>
border-color css
<style>
span { border-color: #715E55; }
span { border-color: rgb(113,94,85); }
td.TdClassName
{
border-color: #715E55;
}
.TagClassName
{
border-color: #715E55;
}
</style>