Shades of Tia Maria #99442A
Tints of Tia Maria #99442A
RGB
CMYK
RGB Variations
Color information
#99442A (or 0x99442A) is known color: Tia Maria. HEX triplet: 99, 44 and 2A. RGB value is (153,68,42). Sum of RGB (Red+Green+Blue) = 153+68+42=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99442A is #66BBD5. Grayscale: #5A5A5A. Windows color (decimal): -6732758 or 2770073. OLE color: 2770073.
HSL color Cylindrical-coordinate representation of color #99442A: hue angle of 14.05º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99442A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 42 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.4 |
| HSL | 14.05º | 0.57% | 0.38% | - |
| HSV(B) | 14.05º | 0.73% | 0.6% | - |
| XYZ | 15.62 | 11.07 | 3.5 | - |
| YUV | 90.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 42 | 0 | 0.56 | 0.73 | 0.4 | 14.05 | 0.57 | 0.38 |
| Hex | 99 | 44 | 2A | 0 | 38 | 49 | 28 | E | 39 | 26 |
| Octal | 231 | 104 | 52 | 0 | 70 | 111 | 50 | 16 | 71 | 46 |
| Binary | 10011001 | 1000100 | 101010 | 0 | 111000 | 1001001 | 101000 | 1110 | 111001 | 100110 |
Color Harmonies of #99442A
Complementary color
Monochromatic Colors of #99442A
Black with #99442A
Text Example
Text Example
White with #99442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99442A; }
p { color: rgb(153,68,42); }
H1.HeaderClassName
{
color: #99442A;
}
.AnyTagClassName
{
color: #99442A;
}
</style>
background-color css
<style>
a { background-color: #99442A; }
a { background-color: rgb(153,68,42); }
div.DivClassName
{
background-color: #99442A;
}
.BgClassName
{
background-color: #99442A;
}
</style>
border-color css
<style>
span { border-color: #99442A; }
span { border-color: rgb(153,68,42); }
td.TdClassName
{
border-color: #99442A;
}
.TagClassName
{
border-color: #99442A;
}
</style>