Shades of Domino #715D4A
Tints of Domino #715D4A
RGB
CMYK
RGB Variations
Color information
#715D4A (or 0x715D4A) is known color: Domino. HEX triplet: 71, 5D and 4A. RGB value is (113,93,74). Sum of RGB (Red+Green+Blue) = 113+93+74=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D4A is #8EA2B5. Grayscale: #606060. Windows color (decimal): -9347766 or 4873585. OLE color: 4873585.
HSL color Cylindrical-coordinate representation of color #715D4A: hue angle of 29.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715D4A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 74 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.56 |
| HSL | 29.23º | 0.21% | 0.37% | - |
| HSV(B) | 29.23º | 0.35% | 0.44% | - |
| XYZ | 11.96 | 11.83 | 8.13 | - |
| YUV | 96.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 74 | 0 | 0.18 | 0.35 | 0.56 | 29.23 | 0.21 | 0.37 |
| Hex | 71 | 5D | 4A | 0 | 12 | 23 | 38 | 1D | 15 | 25 |
| Octal | 161 | 135 | 112 | 0 | 22 | 43 | 70 | 35 | 25 | 45 |
| Binary | 1110001 | 1011101 | 1001010 | 0 | 10010 | 100011 | 111000 | 11101 | 10101 | 100101 |
Color Harmonies of #715D4A
Complementary color
Monochromatic Colors of #715D4A
Black with #715D4A
Text Example
Text Example
White with #715D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D4A; }
p { color: rgb(113,93,74); }
H1.HeaderClassName
{
color: #715D4A;
}
.AnyTagClassName
{
color: #715D4A;
}
</style>
background-color css
<style>
a { background-color: #715D4A; }
a { background-color: rgb(113,93,74); }
div.DivClassName
{
background-color: #715D4A;
}
.BgClassName
{
background-color: #715D4A;
}
</style>
border-color css
<style>
span { border-color: #715D4A; }
span { border-color: rgb(113,93,74); }
td.TdClassName
{
border-color: #715D4A;
}
.TagClassName
{
border-color: #715D4A;
}
</style>