Shades of Tia Maria #964432
Tints of Tia Maria #964432
RGB
CMYK
RGB Variations
Color information
#964432 (or 0x964432) is known color: Tia Maria. HEX triplet: 96, 44 and 32. RGB value is (150,68,50). Sum of RGB (Red+Green+Blue) = 150+68+50=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964432 is #69BBCD. Grayscale: #5A5A5A. Windows color (decimal): -6929358 or 3294358. OLE color: 3294358.
HSL color Cylindrical-coordinate representation of color #964432: hue angle of 10.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964432 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 50 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.41 |
| HSL | 10.8º | 0.5% | 0.39% | - |
| HSV(B) | 10.8º | 0.67% | 0.59% | - |
| XYZ | 15.22 | 10.85 | 4.31 | - |
| YUV | 90.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 50 | 0 | 0.55 | 0.67 | 0.41 | 10.8 | 0.5 | 0.39 |
| Hex | 96 | 44 | 32 | 0 | 37 | 43 | 29 | B | 32 | 27 |
| Octal | 226 | 104 | 62 | 0 | 67 | 103 | 51 | 13 | 62 | 47 |
| Binary | 10010110 | 1000100 | 110010 | 0 | 110111 | 1000011 | 101001 | 1011 | 110010 | 100111 |
Color Harmonies of #964432
Complementary color
Monochromatic Colors of #964432
Black with #964432
Text Example
Text Example
White with #964432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964432; }
p { color: rgb(150,68,50); }
H1.HeaderClassName
{
color: #964432;
}
.AnyTagClassName
{
color: #964432;
}
</style>
background-color css
<style>
a { background-color: #964432; }
a { background-color: rgb(150,68,50); }
div.DivClassName
{
background-color: #964432;
}
.BgClassName
{
background-color: #964432;
}
</style>
border-color css
<style>
span { border-color: #964432; }
span { border-color: rgb(150,68,50); }
td.TdClassName
{
border-color: #964432;
}
.TagClassName
{
border-color: #964432;
}
</style>