Shades of Domino #735F48
Tints of Domino #735F48
RGB
CMYK
RGB Variations
Color information
#735F48 (or 0x735F48) is known color: Domino. HEX triplet: 73, 5F and 48. RGB value is (115,95,72). Sum of RGB (Red+Green+Blue) = 115+95+72=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F48 is #8CA0B7. Grayscale: #626262. Windows color (decimal): -9216184 or 4743027. OLE color: 4743027.
HSL color Cylindrical-coordinate representation of color #735F48: hue angle of 32.09º 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 #735F48 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 72 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.55 |
| HSL | 32.09º | 0.23% | 0.37% | - |
| HSV(B) | 32.09º | 0.37% | 0.45% | - |
| XYZ | 12.33 | 12.3 | 7.85 | - |
| YUV | 98.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 72 | 0 | 0.17 | 0.37 | 0.55 | 32.09 | 0.23 | 0.37 |
| Hex | 73 | 5F | 48 | 0 | 11 | 25 | 37 | 20 | 17 | 25 |
| Octal | 163 | 137 | 110 | 0 | 21 | 45 | 67 | 40 | 27 | 45 |
| Binary | 1110011 | 1011111 | 1001000 | 0 | 10001 | 100101 | 110111 | 100000 | 10111 | 100101 |
Color Harmonies of #735F48
Complementary color
Monochromatic Colors of #735F48
Black with #735F48
Text Example
Text Example
White with #735F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F48; }
p { color: rgb(115,95,72); }
H1.HeaderClassName
{
color: #735F48;
}
.AnyTagClassName
{
color: #735F48;
}
</style>
background-color css
<style>
a { background-color: #735F48; }
a { background-color: rgb(115,95,72); }
div.DivClassName
{
background-color: #735F48;
}
.BgClassName
{
background-color: #735F48;
}
</style>
border-color css
<style>
span { border-color: #735F48; }
span { border-color: rgb(115,95,72); }
td.TdClassName
{
border-color: #735F48;
}
.TagClassName
{
border-color: #735F48;
}
</style>