Shades of Tia Maria #9A3927
Tints of Tia Maria #9A3927
RGB
CMYK
RGB Variations
Color information
#9A3927 (or 0x9A3927) is known color: Tia Maria. HEX triplet: 9A, 39 and 27. RGB value is (154,57,39). Sum of RGB (Red+Green+Blue) = 154+57+39=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3927 is #65C6D8. Grayscale: #545454. Windows color (decimal): -6670041 or 2570650. OLE color: 2570650.
HSL color Cylindrical-coordinate representation of color #9A3927: hue angle of 9.39º 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 #9A3927 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 39 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.40 |
| HSL | 9.39º | 0.6% | 0.38% | - |
| HSV(B) | 9.39º | 0.75% | 0.6% | - |
| XYZ | 15.16 | 9.94 | 3.04 | - |
| YUV | 83.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 39 | 0 | 0.63 | 0.75 | 0.40 | 9.39 | 0.6 | 0.38 |
| Hex | 9A | 39 | 27 | 0 | 3F | 4B | 28 | 9 | 3C | 26 |
| Octal | 232 | 71 | 47 | 0 | 77 | 113 | 50 | 11 | 74 | 46 |
| Binary | 10011010 | 111001 | 100111 | 0 | 111111 | 1001011 | 101000 | 1001 | 111100 | 100110 |
Color Harmonies of #9A3927
Complementary color
Monochromatic Colors of #9A3927
Black with #9A3927
Text Example
Text Example
White with #9A3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3927; }
p { color: rgb(154,57,39); }
H1.HeaderClassName
{
color: #9A3927;
}
.AnyTagClassName
{
color: #9A3927;
}
</style>
background-color css
<style>
a { background-color: #9A3927; }
a { background-color: rgb(154,57,39); }
div.DivClassName
{
background-color: #9A3927;
}
.BgClassName
{
background-color: #9A3927;
}
</style>
border-color css
<style>
span { border-color: #9A3927; }
span { border-color: rgb(154,57,39); }
td.TdClassName
{
border-color: #9A3927;
}
.TagClassName
{
border-color: #9A3927;
}
</style>