Shades of Tia Maria #9A3A25
Tints of Tia Maria #9A3A25
RGB
CMYK
RGB Variations
Color information
#9A3A25 (or 0x9A3A25) is known color: Tia Maria. HEX triplet: 9A, 3A and 25. RGB value is (154,58,37). Sum of RGB (Red+Green+Blue) = 154+58+37=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A25 is #65C5DA. Grayscale: #545454. Windows color (decimal): -6669787 or 2439834. OLE color: 2439834.
HSL color Cylindrical-coordinate representation of color #9A3A25: hue angle of 10.77º 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 #9A3A25 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 37 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.40 |
| HSL | 10.77º | 0.61% | 0.37% | - |
| HSV(B) | 10.77º | 0.76% | 0.6% | - |
| XYZ | 15.17 | 10.03 | 2.89 | - |
| YUV | 84.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 37 | 0 | 0.62 | 0.76 | 0.40 | 10.77 | 0.61 | 0.37 |
| Hex | 9A | 3A | 25 | 0 | 3E | 4C | 28 | B | 3D | 25 |
| Octal | 232 | 72 | 45 | 0 | 76 | 114 | 50 | 13 | 75 | 45 |
| Binary | 10011010 | 111010 | 100101 | 0 | 111110 | 1001100 | 101000 | 1011 | 111101 | 100101 |
Color Harmonies of #9A3A25
Complementary color
Monochromatic Colors of #9A3A25
Black with #9A3A25
Text Example
Text Example
White with #9A3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A25; }
p { color: rgb(154,58,37); }
H1.HeaderClassName
{
color: #9A3A25;
}
.AnyTagClassName
{
color: #9A3A25;
}
</style>
background-color css
<style>
a { background-color: #9A3A25; }
a { background-color: rgb(154,58,37); }
div.DivClassName
{
background-color: #9A3A25;
}
.BgClassName
{
background-color: #9A3A25;
}
</style>
border-color css
<style>
span { border-color: #9A3A25; }
span { border-color: rgb(154,58,37); }
td.TdClassName
{
border-color: #9A3A25;
}
.TagClassName
{
border-color: #9A3A25;
}
</style>