Shades of Domino #745C49
Tints of Domino #745C49
RGB
CMYK
RGB Variations
Color information
#745C49 (or 0x745C49) is known color: Domino. HEX triplet: 74, 5C and 49. RGB value is (116,92,73). Sum of RGB (Red+Green+Blue) = 116+92+73=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C49 is #8BA3B6. Grayscale: #616161. Windows color (decimal): -9151415 or 4807796. OLE color: 4807796.
HSL color Cylindrical-coordinate representation of color #745C49: hue angle of 26.51º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745C49 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 73 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.55 |
| HSL | 26.51º | 0.23% | 0.37% | - |
| HSV(B) | 26.51º | 0.37% | 0.45% | - |
| XYZ | 12.23 | 11.85 | 7.95 | - |
| YUV | 97.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 73 | 0 | 0.21 | 0.37 | 0.55 | 26.51 | 0.23 | 0.37 |
| Hex | 74 | 5C | 49 | 0 | 15 | 25 | 37 | 1B | 17 | 25 |
| Octal | 164 | 134 | 111 | 0 | 25 | 45 | 67 | 33 | 27 | 45 |
| Binary | 1110100 | 1011100 | 1001001 | 0 | 10101 | 100101 | 110111 | 11011 | 10111 | 100101 |
Color Harmonies of #745C49
Complementary color
Monochromatic Colors of #745C49
Black with #745C49
Text Example
Text Example
White with #745C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C49; }
p { color: rgb(116,92,73); }
H1.HeaderClassName
{
color: #745C49;
}
.AnyTagClassName
{
color: #745C49;
}
</style>
background-color css
<style>
a { background-color: #745C49; }
a { background-color: rgb(116,92,73); }
div.DivClassName
{
background-color: #745C49;
}
.BgClassName
{
background-color: #745C49;
}
</style>
border-color css
<style>
span { border-color: #745C49; }
span { border-color: rgb(116,92,73); }
td.TdClassName
{
border-color: #745C49;
}
.TagClassName
{
border-color: #745C49;
}
</style>