Shades of Domino #745D48
Tints of Domino #745D48
RGB
CMYK
RGB Variations
Color information
#745D48 (or 0x745D48) is known color: Domino. HEX triplet: 74, 5D and 48. RGB value is (116,93,72). Sum of RGB (Red+Green+Blue) = 116+93+72=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D48 is #8BA2B7. Grayscale: #616161. Windows color (decimal): -9151160 or 4742516. OLE color: 4742516.
HSL color Cylindrical-coordinate representation of color #745D48: hue angle of 28.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745D48 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 72 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.55 |
| HSL | 28.64º | 0.23% | 0.37% | - |
| HSV(B) | 28.64º | 0.38% | 0.45% | - |
| XYZ | 12.29 | 12.01 | 7.8 | - |
| YUV | 97.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 72 | 0 | 0.20 | 0.38 | 0.55 | 28.64 | 0.23 | 0.37 |
| Hex | 74 | 5D | 48 | 0 | 14 | 26 | 37 | 1D | 17 | 25 |
| Octal | 164 | 135 | 110 | 0 | 24 | 46 | 67 | 35 | 27 | 45 |
| Binary | 1110100 | 1011101 | 1001000 | 0 | 10100 | 100110 | 110111 | 11101 | 10111 | 100101 |
Color Harmonies of #745D48
Complementary color
Monochromatic Colors of #745D48
Black with #745D48
Text Example
Text Example
White with #745D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D48; }
p { color: rgb(116,93,72); }
H1.HeaderClassName
{
color: #745D48;
}
.AnyTagClassName
{
color: #745D48;
}
</style>
background-color css
<style>
a { background-color: #745D48; }
a { background-color: rgb(116,93,72); }
div.DivClassName
{
background-color: #745D48;
}
.BgClassName
{
background-color: #745D48;
}
</style>
border-color css
<style>
span { border-color: #745D48; }
span { border-color: rgb(116,93,72); }
td.TdClassName
{
border-color: #745D48;
}
.TagClassName
{
border-color: #745D48;
}
</style>