Shades of Dorado #72584D
Tints of Dorado #72584D
RGB
CMYK
RGB Variations
Color information
#72584D (or 0x72584D) is known color: Dorado. HEX triplet: 72, 58 and 4D. RGB value is (114,88,77). Sum of RGB (Red+Green+Blue) = 114+88+77=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72584D is #8DA7B2. Grayscale: #5E5E5E. Windows color (decimal): -9283507 or 5068914. OLE color: 5068914.
HSL color Cylindrical-coordinate representation of color #72584D: hue angle of 17.84º 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 #72584D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 77 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.55 |
| HSL | 17.84º | 0.19% | 0.37% | - |
| HSV(B) | 17.84º | 0.32% | 0.45% | - |
| XYZ | 11.77 | 11.09 | 8.54 | - |
| YUV | 94.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 77 | 0 | 0.23 | 0.32 | 0.55 | 17.84 | 0.19 | 0.37 |
| Hex | 72 | 58 | 4D | 0 | 17 | 20 | 37 | 12 | 13 | 25 |
| Octal | 162 | 130 | 115 | 0 | 27 | 40 | 67 | 22 | 23 | 45 |
| Binary | 1110010 | 1011000 | 1001101 | 0 | 10111 | 100000 | 110111 | 10010 | 10011 | 100101 |
Color Harmonies of #72584D
Complementary color
Monochromatic Colors of #72584D
Black with #72584D
Text Example
Text Example
White with #72584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72584D; }
p { color: rgb(114,88,77); }
H1.HeaderClassName
{
color: #72584D;
}
.AnyTagClassName
{
color: #72584D;
}
</style>
background-color css
<style>
a { background-color: #72584D; }
a { background-color: rgb(114,88,77); }
div.DivClassName
{
background-color: #72584D;
}
.BgClassName
{
background-color: #72584D;
}
</style>
border-color css
<style>
span { border-color: #72584D; }
span { border-color: rgb(114,88,77); }
td.TdClassName
{
border-color: #72584D;
}
.TagClassName
{
border-color: #72584D;
}
</style>