Shades of Tia Maria #9C3A27
Tints of Tia Maria #9C3A27
RGB
CMYK
RGB Variations
Color information
#9C3A27 (or 0x9C3A27) is known color: Tia Maria. HEX triplet: 9C, 3A and 27. RGB value is (156,58,39). Sum of RGB (Red+Green+Blue) = 156+58+39=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A27 is #63C5D8. Grayscale: #555555. Windows color (decimal): -6538713 or 2570908. OLE color: 2570908.
HSL color Cylindrical-coordinate representation of color #9C3A27: hue angle of 9.74º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C3A27 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 39 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.39 |
| HSL | 9.74º | 0.6% | 0.38% | - |
| HSV(B) | 9.74º | 0.75% | 0.61% | - |
| XYZ | 15.59 | 10.24 | 3.07 | - |
| YUV | 85.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 39 | 0 | 0.63 | 0.75 | 0.39 | 9.74 | 0.6 | 0.38 |
| Hex | 9C | 3A | 27 | 0 | 3F | 4B | 27 | A | 3C | 26 |
| Octal | 234 | 72 | 47 | 0 | 77 | 113 | 47 | 12 | 74 | 46 |
| Binary | 10011100 | 111010 | 100111 | 0 | 111111 | 1001011 | 100111 | 1010 | 111100 | 100110 |
Color Harmonies of #9C3A27
Complementary color
Monochromatic Colors of #9C3A27
Black with #9C3A27
Text Example
Text Example
White with #9C3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A27; }
p { color: rgb(156,58,39); }
H1.HeaderClassName
{
color: #9C3A27;
}
.AnyTagClassName
{
color: #9C3A27;
}
</style>
background-color css
<style>
a { background-color: #9C3A27; }
a { background-color: rgb(156,58,39); }
div.DivClassName
{
background-color: #9C3A27;
}
.BgClassName
{
background-color: #9C3A27;
}
</style>
border-color css
<style>
span { border-color: #9C3A27; }
span { border-color: rgb(156,58,39); }
td.TdClassName
{
border-color: #9C3A27;
}
.TagClassName
{
border-color: #9C3A27;
}
</style>