Shades of Tia Maria #9A3921
Tints of Tia Maria #9A3921
RGB
CMYK
RGB Variations
Color information
#9A3921 (or 0x9A3921) is known color: Tia Maria. HEX triplet: 9A, 39 and 21. RGB value is (154,57,33). Sum of RGB (Red+Green+Blue) = 154+57+33=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3921 is #65C6DE. Grayscale: #535353. Windows color (decimal): -6670047 or 2177434. OLE color: 2177434.
HSL color Cylindrical-coordinate representation of color #9A3921: hue angle of 11.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A3921 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 33 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.40 |
| HSL | 11.9º | 0.65% | 0.37% | - |
| HSV(B) | 11.9º | 0.79% | 0.6% | - |
| XYZ | 15.06 | 9.91 | 2.56 | - |
| YUV | 83.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 33 | 0 | 0.63 | 0.79 | 0.40 | 11.9 | 0.65 | 0.37 |
| Hex | 9A | 39 | 21 | 0 | 3F | 4F | 28 | C | 41 | 25 |
| Octal | 232 | 71 | 41 | 0 | 77 | 117 | 50 | 14 | 101 | 45 |
| Binary | 10011010 | 111001 | 100001 | 0 | 111111 | 1001111 | 101000 | 1100 | 1000001 | 100101 |
Color Harmonies of #9A3921
Complementary color
Monochromatic Colors of #9A3921
Black with #9A3921
Text Example
Text Example
White with #9A3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3921; }
p { color: rgb(154,57,33); }
H1.HeaderClassName
{
color: #9A3921;
}
.AnyTagClassName
{
color: #9A3921;
}
</style>
background-color css
<style>
a { background-color: #9A3921; }
a { background-color: rgb(154,57,33); }
div.DivClassName
{
background-color: #9A3921;
}
.BgClassName
{
background-color: #9A3921;
}
</style>
border-color css
<style>
span { border-color: #9A3921; }
span { border-color: rgb(154,57,33); }
td.TdClassName
{
border-color: #9A3921;
}
.TagClassName
{
border-color: #9A3921;
}
</style>