Shades of Tia Maria #9C3B21
Tints of Tia Maria #9C3B21
RGB
CMYK
RGB Variations
Color information
#9C3B21 (or 0x9C3B21) is known color: Tia Maria. HEX triplet: 9C, 3B and 21. RGB value is (156,59,33). Sum of RGB (Red+Green+Blue) = 156+59+33=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3B21 is #63C4DE. Grayscale: #555555. Windows color (decimal): -6538463 or 2177948. OLE color: 2177948.
HSL color Cylindrical-coordinate representation of color #9C3B21: hue angle of 12.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C3B21 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 59 | 33 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.39 |
| HSL | 12.68º | 0.65% | 0.37% | - |
| HSV(B) | 12.68º | 0.79% | 0.61% | - |
| XYZ | 15.55 | 10.31 | 2.61 | - |
| YUV | 85.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 33 | 0 | 0.62 | 0.79 | 0.39 | 12.68 | 0.65 | 0.37 |
| Hex | 9C | 3B | 21 | 0 | 3E | 4F | 27 | D | 41 | 25 |
| Octal | 234 | 73 | 41 | 0 | 76 | 117 | 47 | 15 | 101 | 45 |
| Binary | 10011100 | 111011 | 100001 | 0 | 111110 | 1001111 | 100111 | 1101 | 1000001 | 100101 |
Color Harmonies of #9C3B21
Complementary color
Monochromatic Colors of #9C3B21
Black with #9C3B21
Text Example
Text Example
White with #9C3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3B21; }
p { color: rgb(156,59,33); }
H1.HeaderClassName
{
color: #9C3B21;
}
.AnyTagClassName
{
color: #9C3B21;
}
</style>
background-color css
<style>
a { background-color: #9C3B21; }
a { background-color: rgb(156,59,33); }
div.DivClassName
{
background-color: #9C3B21;
}
.BgClassName
{
background-color: #9C3B21;
}
</style>
border-color css
<style>
span { border-color: #9C3B21; }
span { border-color: rgb(156,59,33); }
td.TdClassName
{
border-color: #9C3B21;
}
.TagClassName
{
border-color: #9C3B21;
}
</style>