Shades of Tia Maria #994224
Tints of Tia Maria #994224
RGB
CMYK
RGB Variations
Color information
#994224 (or 0x994224) is known color: Tia Maria. HEX triplet: 99, 42 and 24. RGB value is (153,66,36). Sum of RGB (Red+Green+Blue) = 153+66+36=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994224 is #66BDDB. Grayscale: #585858. Windows color (decimal): -6733276 or 2376345. OLE color: 2376345.
HSL color Cylindrical-coordinate representation of color #994224: hue angle of 15.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994224 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 36 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.4 |
| HSL | 15.38º | 0.62% | 0.37% | - |
| HSV(B) | 15.38º | 0.76% | 0.6% | - |
| XYZ | 15.4 | 10.8 | 2.94 | - |
| YUV | 88.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 36 | 0 | 0.57 | 0.76 | 0.4 | 15.38 | 0.62 | 0.37 |
| Hex | 99 | 42 | 24 | 0 | 39 | 4C | 28 | F | 3E | 25 |
| Octal | 231 | 102 | 44 | 0 | 71 | 114 | 50 | 17 | 76 | 45 |
| Binary | 10011001 | 1000010 | 100100 | 0 | 111001 | 1001100 | 101000 | 1111 | 111110 | 100101 |
Color Harmonies of #994224
Complementary color
Monochromatic Colors of #994224
Black with #994224
Text Example
Text Example
White with #994224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994224; }
p { color: rgb(153,66,36); }
H1.HeaderClassName
{
color: #994224;
}
.AnyTagClassName
{
color: #994224;
}
</style>
background-color css
<style>
a { background-color: #994224; }
a { background-color: rgb(153,66,36); }
div.DivClassName
{
background-color: #994224;
}
.BgClassName
{
background-color: #994224;
}
</style>
border-color css
<style>
span { border-color: #994224; }
span { border-color: rgb(153,66,36); }
td.TdClassName
{
border-color: #994224;
}
.TagClassName
{
border-color: #994224;
}
</style>