Shades of Dorado #715C51
Tints of Dorado #715C51
RGB
CMYK
RGB Variations
Color information
#715C51 (or 0x715C51) is known color: Dorado. HEX triplet: 71, 5C and 51. RGB value is (113,92,81). Sum of RGB (Red+Green+Blue) = 113+92+81=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C51 is #8EA3AE. Grayscale: #616161. Windows color (decimal): -9348015 or 5332081. OLE color: 5332081.
HSL color Cylindrical-coordinate representation of color #715C51: hue angle of 20.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715C51 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 81 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.56 |
| HSL | 20.63º | 0.16% | 0.38% | - |
| HSV(B) | 20.63º | 0.28% | 0.44% | - |
| XYZ | 12.12 | 11.76 | 9.42 | - |
| YUV | 97.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 81 | 0 | 0.19 | 0.28 | 0.56 | 20.63 | 0.16 | 0.38 |
| Hex | 71 | 5C | 51 | 0 | 13 | 1C | 38 | 15 | 10 | 26 |
| Octal | 161 | 134 | 121 | 0 | 23 | 34 | 70 | 25 | 20 | 46 |
| Binary | 1110001 | 1011100 | 1010001 | 0 | 10011 | 11100 | 111000 | 10101 | 10000 | 100110 |
Color Harmonies of #715C51
Complementary color
Monochromatic Colors of #715C51
Black with #715C51
Text Example
Text Example
White with #715C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C51; }
p { color: rgb(113,92,81); }
H1.HeaderClassName
{
color: #715C51;
}
.AnyTagClassName
{
color: #715C51;
}
</style>
background-color css
<style>
a { background-color: #715C51; }
a { background-color: rgb(113,92,81); }
div.DivClassName
{
background-color: #715C51;
}
.BgClassName
{
background-color: #715C51;
}
</style>
border-color css
<style>
span { border-color: #715C51; }
span { border-color: rgb(113,92,81); }
td.TdClassName
{
border-color: #715C51;
}
.TagClassName
{
border-color: #715C51;
}
</style>