Shades of Tia Maria #9A3A27
Tints of Tia Maria #9A3A27
RGB
CMYK
RGB Variations
Color information
#9A3A27 (or 0x9A3A27) is known color: Tia Maria. HEX triplet: 9A, 3A and 27. RGB value is (154,58,39). Sum of RGB (Red+Green+Blue) = 154+58+39=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A27 is #65C5D8. Grayscale: #545454. Windows color (decimal): -6669785 or 2570906. OLE color: 2570906.
HSL color Cylindrical-coordinate representation of color #9A3A27: hue angle of 9.91º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A3A27 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 39 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.40 |
| HSL | 9.91º | 0.6% | 0.38% | - |
| HSV(B) | 9.91º | 0.75% | 0.6% | - |
| XYZ | 15.21 | 10.04 | 3.06 | - |
| YUV | 84.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 39 | 0 | 0.62 | 0.75 | 0.40 | 9.91 | 0.6 | 0.38 |
| Hex | 9A | 3A | 27 | 0 | 3E | 4B | 28 | A | 3C | 26 |
| Octal | 232 | 72 | 47 | 0 | 76 | 113 | 50 | 12 | 74 | 46 |
| Binary | 10011010 | 111010 | 100111 | 0 | 111110 | 1001011 | 101000 | 1010 | 111100 | 100110 |
Color Harmonies of #9A3A27
Complementary color
Monochromatic Colors of #9A3A27
Black with #9A3A27
Text Example
Text Example
White with #9A3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A27; }
p { color: rgb(154,58,39); }
H1.HeaderClassName
{
color: #9A3A27;
}
.AnyTagClassName
{
color: #9A3A27;
}
</style>
background-color css
<style>
a { background-color: #9A3A27; }
a { background-color: rgb(154,58,39); }
div.DivClassName
{
background-color: #9A3A27;
}
.BgClassName
{
background-color: #9A3A27;
}
</style>
border-color css
<style>
span { border-color: #9A3A27; }
span { border-color: rgb(154,58,39); }
td.TdClassName
{
border-color: #9A3A27;
}
.TagClassName
{
border-color: #9A3A27;
}
</style>