Shades of Domino #735D48
Tints of Domino #735D48
RGB
CMYK
RGB Variations
Color information
#735D48 (or 0x735D48) is known color: Domino. HEX triplet: 73, 5D and 48. RGB value is (115,93,72). Sum of RGB (Red+Green+Blue) = 115+93+72=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #735D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D48 is #8CA2B7. Grayscale: #616161. Windows color (decimal): -9216696 or 4742515. OLE color: 4742515.
HSL color Cylindrical-coordinate representation of color #735D48: hue angle of 29.3º degrees, saturation: 0.23, 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 #735D48 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 72 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.55 |
| HSL | 29.3º | 0.23% | 0.37% | - |
| HSV(B) | 29.3º | 0.37% | 0.45% | - |
| XYZ | 12.15 | 11.94 | 7.8 | - |
| YUV | 97.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 72 | 0 | 0.19 | 0.37 | 0.55 | 29.3 | 0.23 | 0.37 |
| Hex | 73 | 5D | 48 | 0 | 13 | 25 | 37 | 1D | 17 | 25 |
| Octal | 163 | 135 | 110 | 0 | 23 | 45 | 67 | 35 | 27 | 45 |
| Binary | 1110011 | 1011101 | 1001000 | 0 | 10011 | 100101 | 110111 | 11101 | 10111 | 100101 |
Color Harmonies of #735D48
Complementary color
Monochromatic Colors of #735D48
Black with #735D48
Text Example
Text Example
White with #735D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D48; }
p { color: rgb(115,93,72); }
H1.HeaderClassName
{
color: #735D48;
}
.AnyTagClassName
{
color: #735D48;
}
</style>
background-color css
<style>
a { background-color: #735D48; }
a { background-color: rgb(115,93,72); }
div.DivClassName
{
background-color: #735D48;
}
.BgClassName
{
background-color: #735D48;
}
</style>
border-color css
<style>
span { border-color: #735D48; }
span { border-color: rgb(115,93,72); }
td.TdClassName
{
border-color: #735D48;
}
.TagClassName
{
border-color: #735D48;
}
</style>