Shades of Tia Maria #9E3523
Tints of Tia Maria #9E3523
RGB
CMYK
RGB Variations
Color information
#9E3523 (or 0x9E3523) is known color: Tia Maria. HEX triplet: 9E, 35 and 23. RGB value is (158,53,35). Sum of RGB (Red+Green+Blue) = 158+53+35=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3523 is #61CADC. Grayscale: #525252. Windows color (decimal): -6408925 or 2307486. OLE color: 2307486.
HSL color Cylindrical-coordinate representation of color #9E3523: hue angle of 8.78º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E3523 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 35 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.38 |
| HSL | 8.78º | 0.64% | 0.38% | - |
| HSV(B) | 8.78º | 0.78% | 0.62% | - |
| XYZ | 15.68 | 9.94 | 2.68 | - |
| YUV | 82.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 35 | 0 | 0.66 | 0.78 | 0.38 | 8.78 | 0.64 | 0.38 |
| Hex | 9E | 35 | 23 | 0 | 42 | 4E | 26 | 9 | 40 | 26 |
| Octal | 236 | 65 | 43 | 0 | 102 | 116 | 46 | 11 | 100 | 46 |
| Binary | 10011110 | 110101 | 100011 | 0 | 1000010 | 1001110 | 100110 | 1001 | 1000000 | 100110 |
Color Harmonies of #9E3523
Complementary color
Monochromatic Colors of #9E3523
Black with #9E3523
Text Example
Text Example
White with #9E3523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3523; }
p { color: rgb(158,53,35); }
H1.HeaderClassName
{
color: #9E3523;
}
.AnyTagClassName
{
color: #9E3523;
}
</style>
background-color css
<style>
a { background-color: #9E3523; }
a { background-color: rgb(158,53,35); }
div.DivClassName
{
background-color: #9E3523;
}
.BgClassName
{
background-color: #9E3523;
}
</style>
border-color css
<style>
span { border-color: #9E3523; }
span { border-color: rgb(158,53,35); }
td.TdClassName
{
border-color: #9E3523;
}
.TagClassName
{
border-color: #9E3523;
}
</style>