Shades of Tia Maria #994331
Tints of Tia Maria #994331
RGB
CMYK
RGB Variations
Color information
#994331 (or 0x994331) is known color: Tia Maria. HEX triplet: 99, 43 and 31. RGB value is (153,67,49). Sum of RGB (Red+Green+Blue) = 153+67+49=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994331 is #66BCCE. Grayscale: #5A5A5A. Windows color (decimal): -6733007 or 3228569. OLE color: 3228569.
HSL color Cylindrical-coordinate representation of color #994331: hue angle of 10.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994331 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 49 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.4 |
| HSL | 10.38º | 0.51% | 0.4% | - |
| HSV(B) | 10.38º | 0.68% | 0.6% | - |
| XYZ | 15.7 | 11.01 | 4.2 | - |
| YUV | 90.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 49 | 0 | 0.56 | 0.68 | 0.4 | 10.38 | 0.51 | 0.4 |
| Hex | 99 | 43 | 31 | 0 | 38 | 44 | 28 | A | 33 | 28 |
| Octal | 231 | 103 | 61 | 0 | 70 | 104 | 50 | 12 | 63 | 50 |
| Binary | 10011001 | 1000011 | 110001 | 0 | 111000 | 1000100 | 101000 | 1010 | 110011 | 101000 |
Color Harmonies of #994331
Complementary color
Monochromatic Colors of #994331
Black with #994331
Text Example
Text Example
White with #994331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994331; }
p { color: rgb(153,67,49); }
H1.HeaderClassName
{
color: #994331;
}
.AnyTagClassName
{
color: #994331;
}
</style>
background-color css
<style>
a { background-color: #994331; }
a { background-color: rgb(153,67,49); }
div.DivClassName
{
background-color: #994331;
}
.BgClassName
{
background-color: #994331;
}
</style>
border-color css
<style>
span { border-color: #994331; }
span { border-color: rgb(153,67,49); }
td.TdClassName
{
border-color: #994331;
}
.TagClassName
{
border-color: #994331;
}
</style>