Shades of Tia Maria #9A3725
Tints of Tia Maria #9A3725
RGB
CMYK
RGB Variations
Color information
#9A3725 (or 0x9A3725) is known color: Tia Maria. HEX triplet: 9A, 37 and 25. RGB value is (154,55,37). Sum of RGB (Red+Green+Blue) = 154+55+37=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3725 is #65C8DA. Grayscale: #525252. Windows color (decimal): -6670555 or 2439066. OLE color: 2439066.
HSL color Cylindrical-coordinate representation of color #9A3725: hue angle of 9.23º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A3725 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 55 | 37 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.40 |
| HSL | 9.23º | 0.61% | 0.37% | - |
| HSV(B) | 9.23º | 0.76% | 0.6% | - |
| XYZ | 15.03 | 9.74 | 2.84 | - |
| YUV | 82.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 37 | 0 | 0.64 | 0.76 | 0.40 | 9.23 | 0.61 | 0.37 |
| Hex | 9A | 37 | 25 | 0 | 40 | 4C | 28 | 9 | 3D | 25 |
| Octal | 232 | 67 | 45 | 0 | 100 | 114 | 50 | 11 | 75 | 45 |
| Binary | 10011010 | 110111 | 100101 | 0 | 1000000 | 1001100 | 101000 | 1001 | 111101 | 100101 |
Color Harmonies of #9A3725
Complementary color
Monochromatic Colors of #9A3725
Black with #9A3725
Text Example
Text Example
White with #9A3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3725; }
p { color: rgb(154,55,37); }
H1.HeaderClassName
{
color: #9A3725;
}
.AnyTagClassName
{
color: #9A3725;
}
</style>
background-color css
<style>
a { background-color: #9A3725; }
a { background-color: rgb(154,55,37); }
div.DivClassName
{
background-color: #9A3725;
}
.BgClassName
{
background-color: #9A3725;
}
</style>
border-color css
<style>
span { border-color: #9A3725; }
span { border-color: rgb(154,55,37); }
td.TdClassName
{
border-color: #9A3725;
}
.TagClassName
{
border-color: #9A3725;
}
</style>