Shades of Domino #715D49
Tints of Domino #715D49
RGB
CMYK
RGB Variations
Color information
#715D49 (or 0x715D49) is known color: Domino. HEX triplet: 71, 5D and 49. RGB value is (113,93,73). Sum of RGB (Red+Green+Blue) = 113+93+73=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D49 is #8EA2B6. Grayscale: #606060. Windows color (decimal): -9347767 or 4808049. OLE color: 4808049.
HSL color Cylindrical-coordinate representation of color #715D49: hue angle of 30º degrees, saturation: 0.22, 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 #715D49 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 73 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.56 |
| HSL | 30º | 0.22% | 0.36% | - |
| HSV(B) | 30º | 0.35% | 0.44% | - |
| XYZ | 11.93 | 11.82 | 7.96 | - |
| YUV | 96.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 73 | 0 | 0.18 | 0.35 | 0.56 | 30 | 0.22 | 0.36 |
| Hex | 71 | 5D | 49 | 0 | 12 | 23 | 38 | 1E | 16 | 24 |
| Octal | 161 | 135 | 111 | 0 | 22 | 43 | 70 | 36 | 26 | 44 |
| Binary | 1110001 | 1011101 | 1001001 | 0 | 10010 | 100011 | 111000 | 11110 | 10110 | 100100 |
Color Harmonies of #715D49
Complementary color
Monochromatic Colors of #715D49
Black with #715D49
Text Example
Text Example
White with #715D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D49; }
p { color: rgb(113,93,73); }
H1.HeaderClassName
{
color: #715D49;
}
.AnyTagClassName
{
color: #715D49;
}
</style>
background-color css
<style>
a { background-color: #715D49; }
a { background-color: rgb(113,93,73); }
div.DivClassName
{
background-color: #715D49;
}
.BgClassName
{
background-color: #715D49;
}
</style>
border-color css
<style>
span { border-color: #715D49; }
span { border-color: rgb(113,93,73); }
td.TdClassName
{
border-color: #715D49;
}
.TagClassName
{
border-color: #715D49;
}
</style>