Shades of Tia Maria #964033
Tints of Tia Maria #964033
RGB
CMYK
RGB Variations
Color information
#964033 (or 0x964033) is known color: Tia Maria. HEX triplet: 96, 40 and 33. RGB value is (150,64,51). Sum of RGB (Red+Green+Blue) = 150+64+51=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #964033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964033 is #69BFCC. Grayscale: #585858. Windows color (decimal): -6930381 or 3358870. OLE color: 3358870.
HSL color Cylindrical-coordinate representation of color #964033: hue angle of 7.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964033 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 51 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.41 |
| HSL | 7.88º | 0.49% | 0.39% | - |
| HSV(B) | 7.88º | 0.66% | 0.59% | - |
| XYZ | 15.01 | 10.39 | 4.35 | - |
| YUV | 88.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 51 | 0 | 0.57 | 0.66 | 0.41 | 7.88 | 0.49 | 0.39 |
| Hex | 96 | 40 | 33 | 0 | 39 | 42 | 29 | 8 | 31 | 27 |
| Octal | 226 | 100 | 63 | 0 | 71 | 102 | 51 | 10 | 61 | 47 |
| Binary | 10010110 | 1000000 | 110011 | 0 | 111001 | 1000010 | 101001 | 1000 | 110001 | 100111 |
Color Harmonies of #964033
Complementary color
Monochromatic Colors of #964033
Black with #964033
Text Example
Text Example
White with #964033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964033; }
p { color: rgb(150,64,51); }
H1.HeaderClassName
{
color: #964033;
}
.AnyTagClassName
{
color: #964033;
}
</style>
background-color css
<style>
a { background-color: #964033; }
a { background-color: rgb(150,64,51); }
div.DivClassName
{
background-color: #964033;
}
.BgClassName
{
background-color: #964033;
}
</style>
border-color css
<style>
span { border-color: #964033; }
span { border-color: rgb(150,64,51); }
td.TdClassName
{
border-color: #964033;
}
.TagClassName
{
border-color: #964033;
}
</style>