Shades of Tia Maria #964735
Tints of Tia Maria #964735
RGB
CMYK
RGB Variations
Color information
#964735 (or 0x964735) is known color: Tia Maria. HEX triplet: 96, 47 and 35. RGB value is (150,71,53). Sum of RGB (Red+Green+Blue) = 150+71+53=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964735 is #69B8CA. Grayscale: #5C5C5C. Windows color (decimal): -6928587 or 3491734. OLE color: 3491734.
HSL color Cylindrical-coordinate representation of color #964735: hue angle of 11.13º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964735 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 53 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.41 |
| HSL | 11.13º | 0.48% | 0.4% | - |
| HSV(B) | 11.13º | 0.65% | 0.59% | - |
| XYZ | 15.47 | 11.25 | 4.72 | - |
| YUV | 92.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 53 | 0 | 0.53 | 0.65 | 0.41 | 11.13 | 0.48 | 0.4 |
| Hex | 96 | 47 | 35 | 0 | 35 | 41 | 29 | B | 30 | 28 |
| Octal | 226 | 107 | 65 | 0 | 65 | 101 | 51 | 13 | 60 | 50 |
| Binary | 10010110 | 1000111 | 110101 | 0 | 110101 | 1000001 | 101001 | 1011 | 110000 | 101000 |
Color Harmonies of #964735
Complementary color
Monochromatic Colors of #964735
Black with #964735
Text Example
Text Example
White with #964735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964735; }
p { color: rgb(150,71,53); }
H1.HeaderClassName
{
color: #964735;
}
.AnyTagClassName
{
color: #964735;
}
</style>
background-color css
<style>
a { background-color: #964735; }
a { background-color: rgb(150,71,53); }
div.DivClassName
{
background-color: #964735;
}
.BgClassName
{
background-color: #964735;
}
</style>
border-color css
<style>
span { border-color: #964735; }
span { border-color: rgb(150,71,53); }
td.TdClassName
{
border-color: #964735;
}
.TagClassName
{
border-color: #964735;
}
</style>