Shades of Tia Maria #964529
Tints of Tia Maria #964529
RGB
CMYK
RGB Variations
Color information
#964529 (or 0x964529) is known color: Tia Maria. HEX triplet: 96, 45 and 29. RGB value is (150,69,41). Sum of RGB (Red+Green+Blue) = 150+69+41=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #964529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964529 is #69BAD6. Grayscale: #5A5A5A. Windows color (decimal): -6929111 or 2704790. OLE color: 2704790.
HSL color Cylindrical-coordinate representation of color #964529: hue angle of 15.41º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964529 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 41 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.41 |
| HSL | 15.41º | 0.57% | 0.37% | - |
| HSV(B) | 15.41º | 0.73% | 0.59% | - |
| XYZ | 15.11 | 10.9 | 3.41 | - |
| YUV | 90.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 41 | 0 | 0.54 | 0.73 | 0.41 | 15.41 | 0.57 | 0.37 |
| Hex | 96 | 45 | 29 | 0 | 36 | 49 | 29 | F | 39 | 25 |
| Octal | 226 | 105 | 51 | 0 | 66 | 111 | 51 | 17 | 71 | 45 |
| Binary | 10010110 | 1000101 | 101001 | 0 | 110110 | 1001001 | 101001 | 1111 | 111001 | 100101 |
Color Harmonies of #964529
Complementary color
Monochromatic Colors of #964529
Black with #964529
Text Example
Text Example
White with #964529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964529; }
p { color: rgb(150,69,41); }
H1.HeaderClassName
{
color: #964529;
}
.AnyTagClassName
{
color: #964529;
}
</style>
background-color css
<style>
a { background-color: #964529; }
a { background-color: rgb(150,69,41); }
div.DivClassName
{
background-color: #964529;
}
.BgClassName
{
background-color: #964529;
}
</style>
border-color css
<style>
span { border-color: #964529; }
span { border-color: rgb(150,69,41); }
td.TdClassName
{
border-color: #964529;
}
.TagClassName
{
border-color: #964529;
}
</style>