Shades of Tia Maria #99412D
Tints of Tia Maria #99412D
RGB
CMYK
RGB Variations
Color information
#99412D (or 0x99412D) is known color: Tia Maria. HEX triplet: 99, 41 and 2D. RGB value is (153,65,45). Sum of RGB (Red+Green+Blue) = 153+65+45=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412D is #66BED2. Grayscale: #595959. Windows color (decimal): -6733523 or 2965913. OLE color: 2965913.
HSL color Cylindrical-coordinate representation of color #99412D: hue angle of 11.11º 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 #99412D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 45 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.4 |
| HSL | 11.11º | 0.55% | 0.39% | - |
| HSV(B) | 11.11º | 0.71% | 0.6% | - |
| XYZ | 15.5 | 10.74 | 3.74 | - |
| YUV | 89.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 45 | 0 | 0.58 | 0.71 | 0.4 | 11.11 | 0.55 | 0.39 |
| Hex | 99 | 41 | 2D | 0 | 3A | 47 | 28 | B | 37 | 27 |
| Octal | 231 | 101 | 55 | 0 | 72 | 107 | 50 | 13 | 67 | 47 |
| Binary | 10011001 | 1000001 | 101101 | 0 | 111010 | 1000111 | 101000 | 1011 | 110111 | 100111 |
Color Harmonies of #99412D
Complementary color
Monochromatic Colors of #99412D
Black with #99412D
Text Example
Text Example
White with #99412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99412D; }
p { color: rgb(153,65,45); }
H1.HeaderClassName
{
color: #99412D;
}
.AnyTagClassName
{
color: #99412D;
}
</style>
background-color css
<style>
a { background-color: #99412D; }
a { background-color: rgb(153,65,45); }
div.DivClassName
{
background-color: #99412D;
}
.BgClassName
{
background-color: #99412D;
}
</style>
border-color css
<style>
span { border-color: #99412D; }
span { border-color: rgb(153,65,45); }
td.TdClassName
{
border-color: #99412D;
}
.TagClassName
{
border-color: #99412D;
}
</style>