Shades of Domino #725D49
Tints of Domino #725D49
RGB
CMYK
RGB Variations
Color information
#725D49 (or 0x725D49) is known color: Domino. HEX triplet: 72, 5D and 49. RGB value is (114,93,73). Sum of RGB (Red+Green+Blue) = 114+93+73=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D49 is #8DA2B6. Grayscale: #616161. Windows color (decimal): -9282231 or 4808050. OLE color: 4808050.
HSL color Cylindrical-coordinate representation of color #725D49: hue angle of 29.27º 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 #725D49 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 73 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.55 |
| HSL | 29.27º | 0.22% | 0.37% | - |
| HSV(B) | 29.27º | 0.36% | 0.45% | - |
| XYZ | 12.06 | 11.89 | 7.96 | - |
| YUV | 97 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 73 | 0 | 0.18 | 0.36 | 0.55 | 29.27 | 0.22 | 0.37 |
| Hex | 72 | 5D | 49 | 0 | 12 | 24 | 37 | 1D | 16 | 25 |
| Octal | 162 | 135 | 111 | 0 | 22 | 44 | 67 | 35 | 26 | 45 |
| Binary | 1110010 | 1011101 | 1001001 | 0 | 10010 | 100100 | 110111 | 11101 | 10110 | 100101 |
Color Harmonies of #725D49
Complementary color
Monochromatic Colors of #725D49
Black with #725D49
Text Example
Text Example
White with #725D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D49; }
p { color: rgb(114,93,73); }
H1.HeaderClassName
{
color: #725D49;
}
.AnyTagClassName
{
color: #725D49;
}
</style>
background-color css
<style>
a { background-color: #725D49; }
a { background-color: rgb(114,93,73); }
div.DivClassName
{
background-color: #725D49;
}
.BgClassName
{
background-color: #725D49;
}
</style>
border-color css
<style>
span { border-color: #725D49; }
span { border-color: rgb(114,93,73); }
td.TdClassName
{
border-color: #725D49;
}
.TagClassName
{
border-color: #725D49;
}
</style>