Shades of Tia Maria #9A4027
Tints of Tia Maria #9A4027
RGB
CMYK
RGB Variations
Color information
#9A4027 (or 0x9A4027) is known color: Tia Maria. HEX triplet: 9A, 40 and 27. RGB value is (154,64,39). Sum of RGB (Red+Green+Blue) = 154+64+39=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4027 is #65BFD8. Grayscale: #585858. Windows color (decimal): -6668249 or 2572442. OLE color: 2572442.
HSL color Cylindrical-coordinate representation of color #9A4027: hue angle of 13.04º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A4027 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 39 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.40 |
| HSL | 13.04º | 0.6% | 0.38% | - |
| HSV(B) | 13.04º | 0.75% | 0.6% | - |
| XYZ | 15.53 | 10.68 | 3.16 | - |
| YUV | 88.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 39 | 0 | 0.58 | 0.75 | 0.40 | 13.04 | 0.6 | 0.38 |
| Hex | 9A | 40 | 27 | 0 | 3A | 4B | 28 | D | 3C | 26 |
| Octal | 232 | 100 | 47 | 0 | 72 | 113 | 50 | 15 | 74 | 46 |
| Binary | 10011010 | 1000000 | 100111 | 0 | 111010 | 1001011 | 101000 | 1101 | 111100 | 100110 |
Color Harmonies of #9A4027
Complementary color
Monochromatic Colors of #9A4027
Black with #9A4027
Text Example
Text Example
White with #9A4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4027; }
p { color: rgb(154,64,39); }
H1.HeaderClassName
{
color: #9A4027;
}
.AnyTagClassName
{
color: #9A4027;
}
</style>
background-color css
<style>
a { background-color: #9A4027; }
a { background-color: rgb(154,64,39); }
div.DivClassName
{
background-color: #9A4027;
}
.BgClassName
{
background-color: #9A4027;
}
</style>
border-color css
<style>
span { border-color: #9A4027; }
span { border-color: rgb(154,64,39); }
td.TdClassName
{
border-color: #9A4027;
}
.TagClassName
{
border-color: #9A4027;
}
</style>