Shades of Tia Maria #9C3722
Tints of Tia Maria #9C3722
RGB
CMYK
RGB Variations
Color information
#9C3722 (or 0x9C3722) is known color: Tia Maria. HEX triplet: 9C, 37 and 22. RGB value is (156,55,34). Sum of RGB (Red+Green+Blue) = 156+55+34=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3722 is #63C8DD. Grayscale: #525252. Windows color (decimal): -6539486 or 2242460. OLE color: 2242460.
HSL color Cylindrical-coordinate representation of color #9C3722: hue angle of 10.33º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C3722 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 34 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.39 |
| HSL | 10.33º | 0.64% | 0.37% | - |
| HSV(B) | 10.33º | 0.78% | 0.61% | - |
| XYZ | 15.37 | 9.92 | 2.62 | - |
| YUV | 82.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 34 | 0 | 0.65 | 0.78 | 0.39 | 10.33 | 0.64 | 0.37 |
| Hex | 9C | 37 | 22 | 0 | 41 | 4E | 27 | A | 40 | 25 |
| Octal | 234 | 67 | 42 | 0 | 101 | 116 | 47 | 12 | 100 | 45 |
| Binary | 10011100 | 110111 | 100010 | 0 | 1000001 | 1001110 | 100111 | 1010 | 1000000 | 100101 |
Color Harmonies of #9C3722
Complementary color
Monochromatic Colors of #9C3722
Black with #9C3722
Text Example
Text Example
White with #9C3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3722; }
p { color: rgb(156,55,34); }
H1.HeaderClassName
{
color: #9C3722;
}
.AnyTagClassName
{
color: #9C3722;
}
</style>
background-color css
<style>
a { background-color: #9C3722; }
a { background-color: rgb(156,55,34); }
div.DivClassName
{
background-color: #9C3722;
}
.BgClassName
{
background-color: #9C3722;
}
</style>
border-color css
<style>
span { border-color: #9C3722; }
span { border-color: rgb(156,55,34); }
td.TdClassName
{
border-color: #9C3722;
}
.TagClassName
{
border-color: #9C3722;
}
</style>