Shades of Domino #725C49
Tints of Domino #725C49
RGB
CMYK
RGB Variations
Color information
#725C49 (or 0x725C49) is known color: Domino. HEX triplet: 72, 5C and 49. RGB value is (114,92,73). Sum of RGB (Red+Green+Blue) = 114+92+73=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C49 is #8DA3B6. Grayscale: #606060. Windows color (decimal): -9282487 or 4807794. OLE color: 4807794.
HSL color Cylindrical-coordinate representation of color #725C49: hue angle of 27.8º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #725C49 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 73 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.55 |
| HSL | 27.8º | 0.22% | 0.37% | - |
| HSV(B) | 27.8º | 0.36% | 0.45% | - |
| XYZ | 11.97 | 11.71 | 7.93 | - |
| YUV | 96.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 73 | 0 | 0.19 | 0.36 | 0.55 | 27.8 | 0.22 | 0.37 |
| Hex | 72 | 5C | 49 | 0 | 13 | 24 | 37 | 1C | 16 | 25 |
| Octal | 162 | 134 | 111 | 0 | 23 | 44 | 67 | 34 | 26 | 45 |
| Binary | 1110010 | 1011100 | 1001001 | 0 | 10011 | 100100 | 110111 | 11100 | 10110 | 100101 |
Color Harmonies of #725C49
Complementary color
Monochromatic Colors of #725C49
Black with #725C49
Text Example
Text Example
White with #725C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C49; }
p { color: rgb(114,92,73); }
H1.HeaderClassName
{
color: #725C49;
}
.AnyTagClassName
{
color: #725C49;
}
</style>
background-color css
<style>
a { background-color: #725C49; }
a { background-color: rgb(114,92,73); }
div.DivClassName
{
background-color: #725C49;
}
.BgClassName
{
background-color: #725C49;
}
</style>
border-color css
<style>
span { border-color: #725C49; }
span { border-color: rgb(114,92,73); }
td.TdClassName
{
border-color: #725C49;
}
.TagClassName
{
border-color: #725C49;
}
</style>