Shades of Dorado #725951
Tints of Dorado #725951
RGB
CMYK
RGB Variations
Color information
#725951 (or 0x725951) is known color: Dorado. HEX triplet: 72, 59 and 51. RGB value is (114,89,81). Sum of RGB (Red+Green+Blue) = 114+89+81=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725951 is #8DA6AE. Grayscale: #5F5F5F. Windows color (decimal): -9283247 or 5331314. OLE color: 5331314.
HSL color Cylindrical-coordinate representation of color #725951: hue angle of 14.55º 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 #725951 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 81 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.55 |
| HSL | 14.55º | 0.17% | 0.38% | - |
| HSV(B) | 14.55º | 0.29% | 0.45% | - |
| XYZ | 12 | 11.32 | 9.34 | - |
| YUV | 95.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 81 | 0 | 0.22 | 0.29 | 0.55 | 14.55 | 0.17 | 0.38 |
| Hex | 72 | 59 | 51 | 0 | 16 | 1D | 37 | F | 11 | 26 |
| Octal | 162 | 131 | 121 | 0 | 26 | 35 | 67 | 17 | 21 | 46 |
| Binary | 1110010 | 1011001 | 1010001 | 0 | 10110 | 11101 | 110111 | 1111 | 10001 | 100110 |
Color Harmonies of #725951
Complementary color
Monochromatic Colors of #725951
Black with #725951
Text Example
Text Example
White with #725951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725951; }
p { color: rgb(114,89,81); }
H1.HeaderClassName
{
color: #725951;
}
.AnyTagClassName
{
color: #725951;
}
</style>
background-color css
<style>
a { background-color: #725951; }
a { background-color: rgb(114,89,81); }
div.DivClassName
{
background-color: #725951;
}
.BgClassName
{
background-color: #725951;
}
</style>
border-color css
<style>
span { border-color: #725951; }
span { border-color: rgb(114,89,81); }
td.TdClassName
{
border-color: #725951;
}
.TagClassName
{
border-color: #725951;
}
</style>