Shades of Dorado #72594D
Tints of Dorado #72594D
RGB
CMYK
RGB Variations
Color information
#72594D (or 0x72594D) is known color: Dorado. HEX triplet: 72, 59 and 4D. RGB value is (114,89,77). Sum of RGB (Red+Green+Blue) = 114+89+77=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72594D is #8DA6B2. Grayscale: #5F5F5F. Windows color (decimal): -9283251 or 5069170. OLE color: 5069170.
HSL color Cylindrical-coordinate representation of color #72594D: hue angle of 19.46º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72594D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 77 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.55 |
| HSL | 19.46º | 0.19% | 0.37% | - |
| HSV(B) | 19.46º | 0.32% | 0.45% | - |
| XYZ | 11.85 | 11.26 | 8.57 | - |
| YUV | 95.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 77 | 0 | 0.22 | 0.32 | 0.55 | 19.46 | 0.19 | 0.37 |
| Hex | 72 | 59 | 4D | 0 | 16 | 20 | 37 | 13 | 13 | 25 |
| Octal | 162 | 131 | 115 | 0 | 26 | 40 | 67 | 23 | 23 | 45 |
| Binary | 1110010 | 1011001 | 1001101 | 0 | 10110 | 100000 | 110111 | 10011 | 10011 | 100101 |
Color Harmonies of #72594D
Complementary color
Monochromatic Colors of #72594D
Black with #72594D
Text Example
Text Example
White with #72594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72594D; }
p { color: rgb(114,89,77); }
H1.HeaderClassName
{
color: #72594D;
}
.AnyTagClassName
{
color: #72594D;
}
</style>
background-color css
<style>
a { background-color: #72594D; }
a { background-color: rgb(114,89,77); }
div.DivClassName
{
background-color: #72594D;
}
.BgClassName
{
background-color: #72594D;
}
</style>
border-color css
<style>
span { border-color: #72594D; }
span { border-color: rgb(114,89,77); }
td.TdClassName
{
border-color: #72594D;
}
.TagClassName
{
border-color: #72594D;
}
</style>