Shades of Tia Maria #994533
Tints of Tia Maria #994533
RGB
CMYK
RGB Variations
Color information
#994533 (or 0x994533) is known color: Tia Maria. HEX triplet: 99, 45 and 33. RGB value is (153,69,51). Sum of RGB (Red+Green+Blue) = 153+69+51=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994533 is #66BACC. Grayscale: #5C5C5C. Windows color (decimal): -6732493 or 3360153. OLE color: 3360153.
HSL color Cylindrical-coordinate representation of color #994533: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994533 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 51 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.4 |
| HSL | 10.59º | 0.5% | 0.4% | - |
| HSV(B) | 10.59º | 0.67% | 0.6% | - |
| XYZ | 15.86 | 11.27 | 4.47 | - |
| YUV | 92.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 51 | 0 | 0.55 | 0.67 | 0.4 | 10.59 | 0.5 | 0.4 |
| Hex | 99 | 45 | 33 | 0 | 37 | 43 | 28 | B | 32 | 28 |
| Octal | 231 | 105 | 63 | 0 | 67 | 103 | 50 | 13 | 62 | 50 |
| Binary | 10011001 | 1000101 | 110011 | 0 | 110111 | 1000011 | 101000 | 1011 | 110010 | 101000 |
Color Harmonies of #994533
Complementary color
Monochromatic Colors of #994533
Black with #994533
Text Example
Text Example
White with #994533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994533; }
p { color: rgb(153,69,51); }
H1.HeaderClassName
{
color: #994533;
}
.AnyTagClassName
{
color: #994533;
}
</style>
background-color css
<style>
a { background-color: #994533; }
a { background-color: rgb(153,69,51); }
div.DivClassName
{
background-color: #994533;
}
.BgClassName
{
background-color: #994533;
}
</style>
border-color css
<style>
span { border-color: #994533; }
span { border-color: rgb(153,69,51); }
td.TdClassName
{
border-color: #994533;
}
.TagClassName
{
border-color: #994533;
}
</style>