Shades of Tia Maria #964524
Tints of Tia Maria #964524
RGB
CMYK
RGB Variations
Color information
#964524 (or 0x964524) is known color: Tia Maria. HEX triplet: 96, 45 and 24. RGB value is (150,69,36). Sum of RGB (Red+Green+Blue) = 150+69+36=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964524 is #69BADB. Grayscale: #595959. Windows color (decimal): -6929116 or 2377110. OLE color: 2377110.
HSL color Cylindrical-coordinate representation of color #964524: hue angle of 17.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #964524 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 36 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.41 |
| HSL | 17.37º | 0.61% | 0.36% | - |
| HSV(B) | 17.37º | 0.76% | 0.59% | - |
| XYZ | 15.02 | 10.87 | 2.97 | - |
| YUV | 89.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 36 | 0 | 0.54 | 0.76 | 0.41 | 17.37 | 0.61 | 0.36 |
| Hex | 96 | 45 | 24 | 0 | 36 | 4C | 29 | 11 | 3D | 24 |
| Octal | 226 | 105 | 44 | 0 | 66 | 114 | 51 | 21 | 75 | 44 |
| Binary | 10010110 | 1000101 | 100100 | 0 | 110110 | 1001100 | 101001 | 10001 | 111101 | 100100 |
Color Harmonies of #964524
Complementary color
Monochromatic Colors of #964524
Black with #964524
Text Example
Text Example
White with #964524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964524; }
p { color: rgb(150,69,36); }
H1.HeaderClassName
{
color: #964524;
}
.AnyTagClassName
{
color: #964524;
}
</style>
background-color css
<style>
a { background-color: #964524; }
a { background-color: rgb(150,69,36); }
div.DivClassName
{
background-color: #964524;
}
.BgClassName
{
background-color: #964524;
}
</style>
border-color css
<style>
span { border-color: #964524; }
span { border-color: rgb(150,69,36); }
td.TdClassName
{
border-color: #964524;
}
.TagClassName
{
border-color: #964524;
}
</style>