Shades of Tia Maria #994126
Tints of Tia Maria #994126
RGB
CMYK
RGB Variations
Color information
#994126 (or 0x994126) is known color: Tia Maria. HEX triplet: 99, 41 and 26. RGB value is (153,65,38). Sum of RGB (Red+Green+Blue) = 153+65+38=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994126 is #66BED9. Grayscale: #585858. Windows color (decimal): -6733530 or 2507161. OLE color: 2507161.
HSL color Cylindrical-coordinate representation of color #994126: hue angle of 14.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994126 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 38 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.4 |
| HSL | 14.09º | 0.6% | 0.37% | - |
| HSV(B) | 14.09º | 0.75% | 0.6% | - |
| XYZ | 15.38 | 10.69 | 3.09 | - |
| YUV | 88.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 38 | 0 | 0.58 | 0.75 | 0.4 | 14.09 | 0.6 | 0.37 |
| Hex | 99 | 41 | 26 | 0 | 3A | 4B | 28 | E | 3C | 25 |
| Octal | 231 | 101 | 46 | 0 | 72 | 113 | 50 | 16 | 74 | 45 |
| Binary | 10011001 | 1000001 | 100110 | 0 | 111010 | 1001011 | 101000 | 1110 | 111100 | 100101 |
Color Harmonies of #994126
Complementary color
Monochromatic Colors of #994126
Black with #994126
Text Example
Text Example
White with #994126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994126; }
p { color: rgb(153,65,38); }
H1.HeaderClassName
{
color: #994126;
}
.AnyTagClassName
{
color: #994126;
}
</style>
background-color css
<style>
a { background-color: #994126; }
a { background-color: rgb(153,65,38); }
div.DivClassName
{
background-color: #994126;
}
.BgClassName
{
background-color: #994126;
}
</style>
border-color css
<style>
span { border-color: #994126; }
span { border-color: rgb(153,65,38); }
td.TdClassName
{
border-color: #994126;
}
.TagClassName
{
border-color: #994126;
}
</style>