Shades of Tia Maria #99412C
Tints of Tia Maria #99412C
RGB
CMYK
RGB Variations
Color information
#99412C (or 0x99412C) is known color: Tia Maria. HEX triplet: 99, 41 and 2C. RGB value is (153,65,44). Sum of RGB (Red+Green+Blue) = 153+65+44=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412C is #66BED3. Grayscale: #595959. Windows color (decimal): -6733524 or 2900377. OLE color: 2900377.
HSL color Cylindrical-coordinate representation of color #99412C: hue angle of 11.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99412C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 44 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.4 |
| HSL | 11.56º | 0.55% | 0.39% | - |
| HSV(B) | 11.56º | 0.71% | 0.6% | - |
| XYZ | 15.48 | 10.73 | 3.64 | - |
| YUV | 88.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 44 | 0 | 0.58 | 0.71 | 0.4 | 11.56 | 0.55 | 0.39 |
| Hex | 99 | 41 | 2C | 0 | 3A | 47 | 28 | C | 37 | 27 |
| Octal | 231 | 101 | 54 | 0 | 72 | 107 | 50 | 14 | 67 | 47 |
| Binary | 10011001 | 1000001 | 101100 | 0 | 111010 | 1000111 | 101000 | 1100 | 110111 | 100111 |
Color Harmonies of #99412C
Complementary color
Monochromatic Colors of #99412C
Black with #99412C
Text Example
Text Example
White with #99412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99412C; }
p { color: rgb(153,65,44); }
H1.HeaderClassName
{
color: #99412C;
}
.AnyTagClassName
{
color: #99412C;
}
</style>
background-color css
<style>
a { background-color: #99412C; }
a { background-color: rgb(153,65,44); }
div.DivClassName
{
background-color: #99412C;
}
.BgClassName
{
background-color: #99412C;
}
</style>
border-color css
<style>
span { border-color: #99412C; }
span { border-color: rgb(153,65,44); }
td.TdClassName
{
border-color: #99412C;
}
.TagClassName
{
border-color: #99412C;
}
</style>