Shades of Tia Maria #964A32
Tints of Tia Maria #964A32
RGB
CMYK
RGB Variations
Color information
#964A32 (or 0x964A32) is known color: Tia Maria. HEX triplet: 96, 4A and 32. RGB value is (150,74,50). Sum of RGB (Red+Green+Blue) = 150+74+50=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A32 is #69B5CD. Grayscale: #5E5E5E. Windows color (decimal): -6927822 or 3295894. OLE color: 3295894.
HSL color Cylindrical-coordinate representation of color #964A32: hue angle of 14.4º 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 #964A32 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 50 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.41 |
| HSL | 14.4º | 0.5% | 0.39% | - |
| HSV(B) | 14.4º | 0.67% | 0.59% | - |
| XYZ | 15.6 | 11.61 | 4.44 | - |
| YUV | 93.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 50 | 0 | 0.51 | 0.67 | 0.41 | 14.4 | 0.5 | 0.39 |
| Hex | 96 | 4A | 32 | 0 | 33 | 43 | 29 | E | 32 | 27 |
| Octal | 226 | 112 | 62 | 0 | 63 | 103 | 51 | 16 | 62 | 47 |
| Binary | 10010110 | 1001010 | 110010 | 0 | 110011 | 1000011 | 101001 | 1110 | 110010 | 100111 |
Color Harmonies of #964A32
Complementary color
Monochromatic Colors of #964A32
Black with #964A32
Text Example
Text Example
White with #964A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A32; }
p { color: rgb(150,74,50); }
H1.HeaderClassName
{
color: #964A32;
}
.AnyTagClassName
{
color: #964A32;
}
</style>
background-color css
<style>
a { background-color: #964A32; }
a { background-color: rgb(150,74,50); }
div.DivClassName
{
background-color: #964A32;
}
.BgClassName
{
background-color: #964A32;
}
</style>
border-color css
<style>
span { border-color: #964A32; }
span { border-color: rgb(150,74,50); }
td.TdClassName
{
border-color: #964A32;
}
.TagClassName
{
border-color: #964A32;
}
</style>