Shades of Tia Maria #9A422A
Tints of Tia Maria #9A422A
RGB
CMYK
RGB Variations
Color information
#9A422A (or 0x9A422A) is known color: Tia Maria. HEX triplet: 9A, 42 and 2A. RGB value is (154,66,42). Sum of RGB (Red+Green+Blue) = 154+66+42=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A422A is #65BDD5. Grayscale: #595959. Windows color (decimal): -6667734 or 2769562. OLE color: 2769562.
HSL color Cylindrical-coordinate representation of color #9A422A: hue angle of 12.86º 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 #9A422A is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 42 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.40 |
| HSL | 12.86º | 0.57% | 0.38% | - |
| HSV(B) | 12.86º | 0.73% | 0.6% | - |
| XYZ | 15.69 | 10.93 | 3.47 | - |
| YUV | 89.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 42 | 0 | 0.57 | 0.73 | 0.40 | 12.86 | 0.57 | 0.38 |
| Hex | 9A | 42 | 2A | 0 | 39 | 49 | 28 | D | 39 | 26 |
| Octal | 232 | 102 | 52 | 0 | 71 | 111 | 50 | 15 | 71 | 46 |
| Binary | 10011010 | 1000010 | 101010 | 0 | 111001 | 1001001 | 101000 | 1101 | 111001 | 100110 |
Color Harmonies of #9A422A
Complementary color
Monochromatic Colors of #9A422A
Black with #9A422A
Text Example
Text Example
White with #9A422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A422A; }
p { color: rgb(154,66,42); }
H1.HeaderClassName
{
color: #9A422A;
}
.AnyTagClassName
{
color: #9A422A;
}
</style>
background-color css
<style>
a { background-color: #9A422A; }
a { background-color: rgb(154,66,42); }
div.DivClassName
{
background-color: #9A422A;
}
.BgClassName
{
background-color: #9A422A;
}
</style>
border-color css
<style>
span { border-color: #9A422A; }
span { border-color: rgb(154,66,42); }
td.TdClassName
{
border-color: #9A422A;
}
.TagClassName
{
border-color: #9A422A;
}
</style>