Shades of Tia Maria #9A4022
Tints of Tia Maria #9A4022
RGB
CMYK
RGB Variations
Color information
#9A4022 (or 0x9A4022) is known color: Tia Maria. HEX triplet: 9A, 40 and 22. RGB value is (154,64,34). Sum of RGB (Red+Green+Blue) = 154+64+34=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4022 is #65BFDD. Grayscale: #575757. Windows color (decimal): -6668254 or 2244762. OLE color: 2244762.
HSL color Cylindrical-coordinate representation of color #9A4022: hue angle of 15º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A4022 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 34 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.40 |
| HSL | 15º | 0.64% | 0.37% | - |
| HSV(B) | 15º | 0.78% | 0.6% | - |
| XYZ | 15.45 | 10.65 | 2.76 | - |
| YUV | 87.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 34 | 0 | 0.58 | 0.78 | 0.40 | 15 | 0.64 | 0.37 |
| Hex | 9A | 40 | 22 | 0 | 3A | 4E | 28 | F | 40 | 25 |
| Octal | 232 | 100 | 42 | 0 | 72 | 116 | 50 | 17 | 100 | 45 |
| Binary | 10011010 | 1000000 | 100010 | 0 | 111010 | 1001110 | 101000 | 1111 | 1000000 | 100101 |
Color Harmonies of #9A4022
Complementary color
Monochromatic Colors of #9A4022
Black with #9A4022
Text Example
Text Example
White with #9A4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4022; }
p { color: rgb(154,64,34); }
H1.HeaderClassName
{
color: #9A4022;
}
.AnyTagClassName
{
color: #9A4022;
}
</style>
background-color css
<style>
a { background-color: #9A4022; }
a { background-color: rgb(154,64,34); }
div.DivClassName
{
background-color: #9A4022;
}
.BgClassName
{
background-color: #9A4022;
}
</style>
border-color css
<style>
span { border-color: #9A4022; }
span { border-color: rgb(154,64,34); }
td.TdClassName
{
border-color: #9A4022;
}
.TagClassName
{
border-color: #9A4022;
}
</style>