Shades of Domino #705A49
Tints of Domino #705A49
RGB
CMYK
RGB Variations
Color information
#705A49 (or 0x705A49) is known color: Domino. HEX triplet: 70, 5A and 49. RGB value is (112,90,73). Sum of RGB (Red+Green+Blue) = 112+90+73=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A49 is #8FA5B6. Grayscale: #5E5E5E. Windows color (decimal): -9414071 or 4807280. OLE color: 4807280.
HSL color Cylindrical-coordinate representation of color #705A49: hue angle of 26.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705A49 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 73 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.56 |
| HSL | 26.15º | 0.21% | 0.36% | - |
| HSV(B) | 26.15º | 0.35% | 0.44% | - |
| XYZ | 11.54 | 11.24 | 7.86 | - |
| YUV | 94.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 73 | 0 | 0.20 | 0.35 | 0.56 | 26.15 | 0.21 | 0.36 |
| Hex | 70 | 5A | 49 | 0 | 14 | 23 | 38 | 1A | 15 | 24 |
| Octal | 160 | 132 | 111 | 0 | 24 | 43 | 70 | 32 | 25 | 44 |
| Binary | 1110000 | 1011010 | 1001001 | 0 | 10100 | 100011 | 111000 | 11010 | 10101 | 100100 |
Color Harmonies of #705A49
Complementary color
Monochromatic Colors of #705A49
Black with #705A49
Text Example
Text Example
White with #705A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A49; }
p { color: rgb(112,90,73); }
H1.HeaderClassName
{
color: #705A49;
}
.AnyTagClassName
{
color: #705A49;
}
</style>
background-color css
<style>
a { background-color: #705A49; }
a { background-color: rgb(112,90,73); }
div.DivClassName
{
background-color: #705A49;
}
.BgClassName
{
background-color: #705A49;
}
</style>
border-color css
<style>
span { border-color: #705A49; }
span { border-color: rgb(112,90,73); }
td.TdClassName
{
border-color: #705A49;
}
.TagClassName
{
border-color: #705A49;
}
</style>