Shades of Tia Maria #994021
Tints of Tia Maria #994021
RGB
CMYK
RGB Variations
Color information
#994021 (or 0x994021) is known color: Tia Maria. HEX triplet: 99, 40 and 21. RGB value is (153,64,33). Sum of RGB (Red+Green+Blue) = 153+64+33=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #994021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994021 is #66BFDE. Grayscale: #575757. Windows color (decimal): -6733791 or 2179225. OLE color: 2179225.
HSL color Cylindrical-coordinate representation of color #994021: hue angle of 15.5º 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 #994021 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 33 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.4 |
| HSL | 15.5º | 0.65% | 0.36% | - |
| HSV(B) | 15.5º | 0.78% | 0.6% | - |
| XYZ | 15.24 | 10.55 | 2.67 | - |
| YUV | 87.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 33 | 0 | 0.58 | 0.78 | 0.4 | 15.5 | 0.65 | 0.36 |
| Hex | 99 | 40 | 21 | 0 | 3A | 4E | 28 | 10 | 41 | 24 |
| Octal | 231 | 100 | 41 | 0 | 72 | 116 | 50 | 20 | 101 | 44 |
| Binary | 10011001 | 1000000 | 100001 | 0 | 111010 | 1001110 | 101000 | 10000 | 1000001 | 100100 |
Color Harmonies of #994021
Complementary color
Monochromatic Colors of #994021
Black with #994021
Text Example
Text Example
White with #994021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994021; }
p { color: rgb(153,64,33); }
H1.HeaderClassName
{
color: #994021;
}
.AnyTagClassName
{
color: #994021;
}
</style>
background-color css
<style>
a { background-color: #994021; }
a { background-color: rgb(153,64,33); }
div.DivClassName
{
background-color: #994021;
}
.BgClassName
{
background-color: #994021;
}
</style>
border-color css
<style>
span { border-color: #994021; }
span { border-color: rgb(153,64,33); }
td.TdClassName
{
border-color: #994021;
}
.TagClassName
{
border-color: #994021;
}
</style>