Shades of Tia Maria #964533
Tints of Tia Maria #964533
RGB
CMYK
RGB Variations
Color information
#964533 (or 0x964533) is known color: Tia Maria. HEX triplet: 96, 45 and 33. RGB value is (150,69,51). Sum of RGB (Red+Green+Blue) = 150+69+51=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #964533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964533 is #69BACC. Grayscale: #5B5B5B. Windows color (decimal): -6929101 or 3360150. OLE color: 3360150.
HSL color Cylindrical-coordinate representation of color #964533: hue angle of 10.91º 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 #964533 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 51 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.41 |
| HSL | 10.91º | 0.49% | 0.39% | - |
| HSV(B) | 10.91º | 0.66% | 0.59% | - |
| XYZ | 15.3 | 10.98 | 4.44 | - |
| YUV | 91.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 51 | 0 | 0.54 | 0.66 | 0.41 | 10.91 | 0.49 | 0.39 |
| Hex | 96 | 45 | 33 | 0 | 36 | 42 | 29 | B | 31 | 27 |
| Octal | 226 | 105 | 63 | 0 | 66 | 102 | 51 | 13 | 61 | 47 |
| Binary | 10010110 | 1000101 | 110011 | 0 | 110110 | 1000010 | 101001 | 1011 | 110001 | 100111 |
Color Harmonies of #964533
Complementary color
Monochromatic Colors of #964533
Black with #964533
Text Example
Text Example
White with #964533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964533; }
p { color: rgb(150,69,51); }
H1.HeaderClassName
{
color: #964533;
}
.AnyTagClassName
{
color: #964533;
}
</style>
background-color css
<style>
a { background-color: #964533; }
a { background-color: rgb(150,69,51); }
div.DivClassName
{
background-color: #964533;
}
.BgClassName
{
background-color: #964533;
}
</style>
border-color css
<style>
span { border-color: #964533; }
span { border-color: rgb(150,69,51); }
td.TdClassName
{
border-color: #964533;
}
.TagClassName
{
border-color: #964533;
}
</style>