Shades of Dorado #725952
Tints of Dorado #725952
RGB
CMYK
RGB Variations
Color information
#725952 (or 0x725952) is known color: Dorado. HEX triplet: 72, 59 and 52. RGB value is (114,89,82). Sum of RGB (Red+Green+Blue) = 114+89+82=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #725952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725952 is #8DA6AD. Grayscale: #5F5F5F. Windows color (decimal): -9283246 or 5396850. OLE color: 5396850.
HSL color Cylindrical-coordinate representation of color #725952: hue angle of 13.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725952 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 82 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.55 |
| HSL | 13.13º | 0.16% | 0.38% | - |
| HSV(B) | 13.13º | 0.28% | 0.45% | - |
| XYZ | 12.03 | 11.33 | 9.54 | - |
| YUV | 95.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 82 | 0 | 0.22 | 0.28 | 0.55 | 13.13 | 0.16 | 0.38 |
| Hex | 72 | 59 | 52 | 0 | 16 | 1C | 37 | D | 10 | 26 |
| Octal | 162 | 131 | 122 | 0 | 26 | 34 | 67 | 15 | 20 | 46 |
| Binary | 1110010 | 1011001 | 1010010 | 0 | 10110 | 11100 | 110111 | 1101 | 10000 | 100110 |
Color Harmonies of #725952
Complementary color
Monochromatic Colors of #725952
Black with #725952
Text Example
Text Example
White with #725952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725952; }
p { color: rgb(114,89,82); }
H1.HeaderClassName
{
color: #725952;
}
.AnyTagClassName
{
color: #725952;
}
</style>
background-color css
<style>
a { background-color: #725952; }
a { background-color: rgb(114,89,82); }
div.DivClassName
{
background-color: #725952;
}
.BgClassName
{
background-color: #725952;
}
</style>
border-color css
<style>
span { border-color: #725952; }
span { border-color: rgb(114,89,82); }
td.TdClassName
{
border-color: #725952;
}
.TagClassName
{
border-color: #725952;
}
</style>