Shades of Dorado #725C51
Tints of Dorado #725C51
RGB
CMYK
RGB Variations
Color information
#725C51 (or 0x725C51) is known color: Dorado. HEX triplet: 72, 5C and 51. RGB value is (114,92,81). Sum of RGB (Red+Green+Blue) = 114+92+81=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #725C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C51 is #8DA3AE. Grayscale: #616161. Windows color (decimal): -9282479 or 5332082. OLE color: 5332082.
HSL color Cylindrical-coordinate representation of color #725C51: hue angle of 20º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725C51 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 81 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.55 |
| HSL | 20º | 0.17% | 0.38% | - |
| HSV(B) | 20º | 0.29% | 0.45% | - |
| XYZ | 12.25 | 11.83 | 9.42 | - |
| YUV | 97.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 81 | 0 | 0.19 | 0.29 | 0.55 | 20 | 0.17 | 0.38 |
| Hex | 72 | 5C | 51 | 0 | 13 | 1D | 37 | 14 | 11 | 26 |
| Octal | 162 | 134 | 121 | 0 | 23 | 35 | 67 | 24 | 21 | 46 |
| Binary | 1110010 | 1011100 | 1010001 | 0 | 10011 | 11101 | 110111 | 10100 | 10001 | 100110 |
Color Harmonies of #725C51
Complementary color
Monochromatic Colors of #725C51
Black with #725C51
Text Example
Text Example
White with #725C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C51; }
p { color: rgb(114,92,81); }
H1.HeaderClassName
{
color: #725C51;
}
.AnyTagClassName
{
color: #725C51;
}
</style>
background-color css
<style>
a { background-color: #725C51; }
a { background-color: rgb(114,92,81); }
div.DivClassName
{
background-color: #725C51;
}
.BgClassName
{
background-color: #725C51;
}
</style>
border-color css
<style>
span { border-color: #725C51; }
span { border-color: rgb(114,92,81); }
td.TdClassName
{
border-color: #725C51;
}
.TagClassName
{
border-color: #725C51;
}
</style>