Shades of Tia Maria #9A3F22
Tints of Tia Maria #9A3F22
RGB
CMYK
RGB Variations
Color information
#9A3F22 (or 0x9A3F22) is known color: Tia Maria. HEX triplet: 9A, 3F and 22. RGB value is (154,63,34). Sum of RGB (Red+Green+Blue) = 154+63+34=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F22 is #65C0DD. Grayscale: #575757. Windows color (decimal): -6668510 or 2244506. OLE color: 2244506.
HSL color Cylindrical-coordinate representation of color #9A3F22: hue angle of 14.5º 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 #9A3F22 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 63 | 34 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.40 |
| HSL | 14.5º | 0.64% | 0.37% | - |
| HSV(B) | 14.5º | 0.78% | 0.6% | - |
| XYZ | 15.39 | 10.54 | 2.74 | - |
| YUV | 86.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 34 | 0 | 0.59 | 0.78 | 0.40 | 14.5 | 0.64 | 0.37 |
| Hex | 9A | 3F | 22 | 0 | 3B | 4E | 28 | E | 40 | 25 |
| Octal | 232 | 77 | 42 | 0 | 73 | 116 | 50 | 16 | 100 | 45 |
| Binary | 10011010 | 111111 | 100010 | 0 | 111011 | 1001110 | 101000 | 1110 | 1000000 | 100101 |
Color Harmonies of #9A3F22
Complementary color
Monochromatic Colors of #9A3F22
Black with #9A3F22
Text Example
Text Example
White with #9A3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3F22; }
p { color: rgb(154,63,34); }
H1.HeaderClassName
{
color: #9A3F22;
}
.AnyTagClassName
{
color: #9A3F22;
}
</style>
background-color css
<style>
a { background-color: #9A3F22; }
a { background-color: rgb(154,63,34); }
div.DivClassName
{
background-color: #9A3F22;
}
.BgClassName
{
background-color: #9A3F22;
}
</style>
border-color css
<style>
span { border-color: #9A3F22; }
span { border-color: rgb(154,63,34); }
td.TdClassName
{
border-color: #9A3F22;
}
.TagClassName
{
border-color: #9A3F22;
}
</style>