Shades of Domino #735D49
Tints of Domino #735D49
RGB
CMYK
RGB Variations
Color information
#735D49 (or 0x735D49) is known color: Domino. HEX triplet: 73, 5D and 49. RGB value is (115,93,73). Sum of RGB (Red+Green+Blue) = 115+93+73=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #735D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D49 is #8CA2B6. Grayscale: #616161. Windows color (decimal): -9216695 or 4808051. OLE color: 4808051.
HSL color Cylindrical-coordinate representation of color #735D49: hue angle of 28.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #735D49 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 73 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.55 |
| HSL | 28.57º | 0.22% | 0.37% | - |
| HSV(B) | 28.57º | 0.37% | 0.45% | - |
| XYZ | 12.19 | 11.95 | 7.97 | - |
| YUV | 97.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 73 | 0 | 0.19 | 0.37 | 0.55 | 28.57 | 0.22 | 0.37 |
| Hex | 73 | 5D | 49 | 0 | 13 | 25 | 37 | 1D | 16 | 25 |
| Octal | 163 | 135 | 111 | 0 | 23 | 45 | 67 | 35 | 26 | 45 |
| Binary | 1110011 | 1011101 | 1001001 | 0 | 10011 | 100101 | 110111 | 11101 | 10110 | 100101 |
Color Harmonies of #735D49
Complementary color
Monochromatic Colors of #735D49
Black with #735D49
Text Example
Text Example
White with #735D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D49; }
p { color: rgb(115,93,73); }
H1.HeaderClassName
{
color: #735D49;
}
.AnyTagClassName
{
color: #735D49;
}
</style>
background-color css
<style>
a { background-color: #735D49; }
a { background-color: rgb(115,93,73); }
div.DivClassName
{
background-color: #735D49;
}
.BgClassName
{
background-color: #735D49;
}
</style>
border-color css
<style>
span { border-color: #735D49; }
span { border-color: rgb(115,93,73); }
td.TdClassName
{
border-color: #735D49;
}
.TagClassName
{
border-color: #735D49;
}
</style>