Shades of Tia Maria #994321
Tints of Tia Maria #994321
RGB
CMYK
RGB Variations
Color information
#994321 (or 0x994321) is known color: Tia Maria. HEX triplet: 99, 43 and 21. RGB value is (153,67,33). Sum of RGB (Red+Green+Blue) = 153+67+33=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #994321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994321 is #66BCDE. Grayscale: #595959. Windows color (decimal): -6733023 or 2179993. OLE color: 2179993.
HSL color Cylindrical-coordinate representation of color #994321: hue angle of 17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #994321 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 33 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.4 |
| HSL | 17º | 0.65% | 0.36% | - |
| HSV(B) | 17º | 0.78% | 0.6% | - |
| XYZ | 15.42 | 10.9 | 2.73 | - |
| YUV | 88.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 33 | 0 | 0.56 | 0.78 | 0.4 | 17 | 0.65 | 0.36 |
| Hex | 99 | 43 | 21 | 0 | 38 | 4E | 28 | 11 | 41 | 24 |
| Octal | 231 | 103 | 41 | 0 | 70 | 116 | 50 | 21 | 101 | 44 |
| Binary | 10011001 | 1000011 | 100001 | 0 | 111000 | 1001110 | 101000 | 10001 | 1000001 | 100100 |
Color Harmonies of #994321
Complementary color
Monochromatic Colors of #994321
Black with #994321
Text Example
Text Example
White with #994321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994321; }
p { color: rgb(153,67,33); }
H1.HeaderClassName
{
color: #994321;
}
.AnyTagClassName
{
color: #994321;
}
</style>
background-color css
<style>
a { background-color: #994321; }
a { background-color: rgb(153,67,33); }
div.DivClassName
{
background-color: #994321;
}
.BgClassName
{
background-color: #994321;
}
</style>
border-color css
<style>
span { border-color: #994321; }
span { border-color: rgb(153,67,33); }
td.TdClassName
{
border-color: #994321;
}
.TagClassName
{
border-color: #994321;
}
</style>