Shades of Domino #705947
Tints of Domino #705947
RGB
CMYK
RGB Variations
Color information
#705947 (or 0x705947) is known color: Domino. HEX triplet: 70, 59 and 47. RGB value is (112,89,71). Sum of RGB (Red+Green+Blue) = 112+89+71=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #705947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705947 is #8FA6B8. Grayscale: #5D5D5D. Windows color (decimal): -9414329 or 4675952. OLE color: 4675952.
HSL color Cylindrical-coordinate representation of color #705947: hue angle of 26.34º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705947 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 71 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.56 |
| HSL | 26.34º | 0.22% | 0.36% | - |
| HSV(B) | 26.34º | 0.37% | 0.44% | - |
| XYZ | 11.39 | 11.04 | 7.49 | - |
| YUV | 93.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 71 | 0 | 0.21 | 0.37 | 0.56 | 26.34 | 0.22 | 0.36 |
| Hex | 70 | 59 | 47 | 0 | 15 | 25 | 38 | 1A | 16 | 24 |
| Octal | 160 | 131 | 107 | 0 | 25 | 45 | 70 | 32 | 26 | 44 |
| Binary | 1110000 | 1011001 | 1000111 | 0 | 10101 | 100101 | 111000 | 11010 | 10110 | 100100 |
Color Harmonies of #705947
Complementary color
Monochromatic Colors of #705947
Black with #705947
Text Example
Text Example
White with #705947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705947; }
p { color: rgb(112,89,71); }
H1.HeaderClassName
{
color: #705947;
}
.AnyTagClassName
{
color: #705947;
}
</style>
background-color css
<style>
a { background-color: #705947; }
a { background-color: rgb(112,89,71); }
div.DivClassName
{
background-color: #705947;
}
.BgClassName
{
background-color: #705947;
}
</style>
border-color css
<style>
span { border-color: #705947; }
span { border-color: rgb(112,89,71); }
td.TdClassName
{
border-color: #705947;
}
.TagClassName
{
border-color: #705947;
}
</style>