Shades of Tia Maria #99422D
Tints of Tia Maria #99422D
RGB
CMYK
RGB Variations
Color information
#99422D (or 0x99422D) is known color: Tia Maria. HEX triplet: 99, 42 and 2D. RGB value is (153,66,45). Sum of RGB (Red+Green+Blue) = 153+66+45=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99422D is #66BDD2. Grayscale: #595959. Windows color (decimal): -6733267 or 2966169. OLE color: 2966169.
HSL color Cylindrical-coordinate representation of color #99422D: hue angle of 11.67º 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 #99422D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 45 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.4 |
| HSL | 11.67º | 0.55% | 0.39% | - |
| HSV(B) | 11.67º | 0.71% | 0.6% | - |
| XYZ | 15.56 | 10.86 | 3.76 | - |
| YUV | 89.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 45 | 0 | 0.57 | 0.71 | 0.4 | 11.67 | 0.55 | 0.39 |
| Hex | 99 | 42 | 2D | 0 | 39 | 47 | 28 | C | 37 | 27 |
| Octal | 231 | 102 | 55 | 0 | 71 | 107 | 50 | 14 | 67 | 47 |
| Binary | 10011001 | 1000010 | 101101 | 0 | 111001 | 1000111 | 101000 | 1100 | 110111 | 100111 |
Color Harmonies of #99422D
Complementary color
Monochromatic Colors of #99422D
Black with #99422D
Text Example
Text Example
White with #99422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99422D; }
p { color: rgb(153,66,45); }
H1.HeaderClassName
{
color: #99422D;
}
.AnyTagClassName
{
color: #99422D;
}
</style>
background-color css
<style>
a { background-color: #99422D; }
a { background-color: rgb(153,66,45); }
div.DivClassName
{
background-color: #99422D;
}
.BgClassName
{
background-color: #99422D;
}
</style>
border-color css
<style>
span { border-color: #99422D; }
span { border-color: rgb(153,66,45); }
td.TdClassName
{
border-color: #99422D;
}
.TagClassName
{
border-color: #99422D;
}
</style>