Shades of Domino #735A47
Tints of Domino #735A47
RGB
CMYK
RGB Variations
Color information
#735A47 (or 0x735A47) is known color: Domino. HEX triplet: 73, 5A and 47. RGB value is (115,90,71). Sum of RGB (Red+Green+Blue) = 115+90+71=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A47 is #8CA5B8. Grayscale: #5F5F5F. Windows color (decimal): -9217465 or 4676211. OLE color: 4676211.
HSL color Cylindrical-coordinate representation of color #735A47: hue angle of 25.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735A47 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 71 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.55 |
| HSL | 25.91º | 0.24% | 0.36% | - |
| HSV(B) | 25.91º | 0.38% | 0.45% | - |
| XYZ | 11.86 | 11.41 | 7.54 | - |
| YUV | 95.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 71 | 0 | 0.22 | 0.38 | 0.55 | 25.91 | 0.24 | 0.36 |
| Hex | 73 | 5A | 47 | 0 | 16 | 26 | 37 | 1A | 18 | 24 |
| Octal | 163 | 132 | 107 | 0 | 26 | 46 | 67 | 32 | 30 | 44 |
| Binary | 1110011 | 1011010 | 1000111 | 0 | 10110 | 100110 | 110111 | 11010 | 11000 | 100100 |
Color Harmonies of #735A47
Complementary color
Monochromatic Colors of #735A47
Black with #735A47
Text Example
Text Example
White with #735A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A47; }
p { color: rgb(115,90,71); }
H1.HeaderClassName
{
color: #735A47;
}
.AnyTagClassName
{
color: #735A47;
}
</style>
background-color css
<style>
a { background-color: #735A47; }
a { background-color: rgb(115,90,71); }
div.DivClassName
{
background-color: #735A47;
}
.BgClassName
{
background-color: #735A47;
}
</style>
border-color css
<style>
span { border-color: #735A47; }
span { border-color: rgb(115,90,71); }
td.TdClassName
{
border-color: #735A47;
}
.TagClassName
{
border-color: #735A47;
}
</style>