Shades of Domino #735F4B
Tints of Domino #735F4B
RGB
CMYK
RGB Variations
Color information
#735F4B (or 0x735F4B) is known color: Domino. HEX triplet: 73, 5F and 4B. RGB value is (115,95,75). Sum of RGB (Red+Green+Blue) = 115+95+75=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F4B is #8CA0B4. Grayscale: #626262. Windows color (decimal): -9216181 or 4939635. OLE color: 4939635.
HSL color Cylindrical-coordinate representation of color #735F4B: hue angle of 30º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735F4B is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 75 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.55 |
| HSL | 30º | 0.21% | 0.37% | - |
| HSV(B) | 30º | 0.35% | 0.45% | - |
| XYZ | 12.43 | 12.34 | 8.38 | - |
| YUV | 98.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 75 | 0 | 0.17 | 0.35 | 0.55 | 30 | 0.21 | 0.37 |
| Hex | 73 | 5F | 4B | 0 | 11 | 23 | 37 | 1E | 15 | 25 |
| Octal | 163 | 137 | 113 | 0 | 21 | 43 | 67 | 36 | 25 | 45 |
| Binary | 1110011 | 1011111 | 1001011 | 0 | 10001 | 100011 | 110111 | 11110 | 10101 | 100101 |
Color Harmonies of #735F4B
Complementary color
Monochromatic Colors of #735F4B
Black with #735F4B
Text Example
Text Example
White with #735F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F4B; }
p { color: rgb(115,95,75); }
H1.HeaderClassName
{
color: #735F4B;
}
.AnyTagClassName
{
color: #735F4B;
}
</style>
background-color css
<style>
a { background-color: #735F4B; }
a { background-color: rgb(115,95,75); }
div.DivClassName
{
background-color: #735F4B;
}
.BgClassName
{
background-color: #735F4B;
}
</style>
border-color css
<style>
span { border-color: #735F4B; }
span { border-color: rgb(115,95,75); }
td.TdClassName
{
border-color: #735F4B;
}
.TagClassName
{
border-color: #735F4B;
}
</style>