Shades of Tia Maria #994329
Tints of Tia Maria #994329
RGB
CMYK
RGB Variations
Color information
#994329 (or 0x994329) is known color: Tia Maria. HEX triplet: 99, 43 and 29. RGB value is (153,67,41). Sum of RGB (Red+Green+Blue) = 153+67+41=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #994329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994329 is #66BCD6. Grayscale: #595959. Windows color (decimal): -6733015 or 2704281. OLE color: 2704281.
HSL color Cylindrical-coordinate representation of color #994329: hue angle of 13.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #994329 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 41 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.4 |
| HSL | 13.93º | 0.58% | 0.38% | - |
| HSV(B) | 13.93º | 0.73% | 0.6% | - |
| XYZ | 15.54 | 10.95 | 3.39 | - |
| YUV | 89.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 41 | 0 | 0.56 | 0.73 | 0.4 | 13.93 | 0.58 | 0.38 |
| Hex | 99 | 43 | 29 | 0 | 38 | 49 | 28 | E | 3A | 26 |
| Octal | 231 | 103 | 51 | 0 | 70 | 111 | 50 | 16 | 72 | 46 |
| Binary | 10011001 | 1000011 | 101001 | 0 | 111000 | 1001001 | 101000 | 1110 | 111010 | 100110 |
Color Harmonies of #994329
Complementary color
Monochromatic Colors of #994329
Black with #994329
Text Example
Text Example
White with #994329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994329; }
p { color: rgb(153,67,41); }
H1.HeaderClassName
{
color: #994329;
}
.AnyTagClassName
{
color: #994329;
}
</style>
background-color css
<style>
a { background-color: #994329; }
a { background-color: rgb(153,67,41); }
div.DivClassName
{
background-color: #994329;
}
.BgClassName
{
background-color: #994329;
}
</style>
border-color css
<style>
span { border-color: #994329; }
span { border-color: rgb(153,67,41); }
td.TdClassName
{
border-color: #994329;
}
.TagClassName
{
border-color: #994329;
}
</style>