Shades of Tia Maria #99412F
Tints of Tia Maria #99412F
RGB
CMYK
RGB Variations
Color information
#99412F (or 0x99412F) is known color: Tia Maria. HEX triplet: 99, 41 and 2F. RGB value is (153,65,47). Sum of RGB (Red+Green+Blue) = 153+65+47=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412F is #66BED0. Grayscale: #595959. Windows color (decimal): -6733521 or 3096985. OLE color: 3096985.
HSL color Cylindrical-coordinate representation of color #99412F: hue angle of 10.19º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99412F is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 47 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.4 |
| HSL | 10.19º | 0.53% | 0.39% | - |
| HSV(B) | 10.19º | 0.69% | 0.6% | - |
| XYZ | 15.54 | 10.76 | 3.95 | - |
| YUV | 89.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 47 | 0 | 0.58 | 0.69 | 0.4 | 10.19 | 0.53 | 0.39 |
| Hex | 99 | 41 | 2F | 0 | 3A | 45 | 28 | A | 35 | 27 |
| Octal | 231 | 101 | 57 | 0 | 72 | 105 | 50 | 12 | 65 | 47 |
| Binary | 10011001 | 1000001 | 101111 | 0 | 111010 | 1000101 | 101000 | 1010 | 110101 | 100111 |
Color Harmonies of #99412F
Complementary color
Monochromatic Colors of #99412F
Black with #99412F
Text Example
Text Example
White with #99412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99412F; }
p { color: rgb(153,65,47); }
H1.HeaderClassName
{
color: #99412F;
}
.AnyTagClassName
{
color: #99412F;
}
</style>
background-color css
<style>
a { background-color: #99412F; }
a { background-color: rgb(153,65,47); }
div.DivClassName
{
background-color: #99412F;
}
.BgClassName
{
background-color: #99412F;
}
</style>
border-color css
<style>
span { border-color: #99412F; }
span { border-color: rgb(153,65,47); }
td.TdClassName
{
border-color: #99412F;
}
.TagClassName
{
border-color: #99412F;
}
</style>