Shades of Domino #705D4A
Tints of Domino #705D4A
RGB
CMYK
RGB Variations
Color information
#705D4A (or 0x705D4A) is known color: Domino. HEX triplet: 70, 5D and 4A. RGB value is (112,93,74). Sum of RGB (Red+Green+Blue) = 112+93+74=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D4A is #8FA2B5. Grayscale: #606060. Windows color (decimal): -9413302 or 4873584. OLE color: 4873584.
HSL color Cylindrical-coordinate representation of color #705D4A: hue angle of 30º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705D4A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 74 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.56 |
| HSL | 30º | 0.2% | 0.36% | - |
| HSV(B) | 30º | 0.34% | 0.44% | - |
| XYZ | 11.83 | 11.77 | 8.13 | - |
| YUV | 96.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 74 | 0 | 0.17 | 0.34 | 0.56 | 30 | 0.2 | 0.36 |
| Hex | 70 | 5D | 4A | 0 | 11 | 22 | 38 | 1E | 14 | 24 |
| Octal | 160 | 135 | 112 | 0 | 21 | 42 | 70 | 36 | 24 | 44 |
| Binary | 1110000 | 1011101 | 1001010 | 0 | 10001 | 100010 | 111000 | 11110 | 10100 | 100100 |
Color Harmonies of #705D4A
Complementary color
Monochromatic Colors of #705D4A
Black with #705D4A
Text Example
Text Example
White with #705D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D4A; }
p { color: rgb(112,93,74); }
H1.HeaderClassName
{
color: #705D4A;
}
.AnyTagClassName
{
color: #705D4A;
}
</style>
background-color css
<style>
a { background-color: #705D4A; }
a { background-color: rgb(112,93,74); }
div.DivClassName
{
background-color: #705D4A;
}
.BgClassName
{
background-color: #705D4A;
}
</style>
border-color css
<style>
span { border-color: #705D4A; }
span { border-color: rgb(112,93,74); }
td.TdClassName
{
border-color: #705D4A;
}
.TagClassName
{
border-color: #705D4A;
}
</style>