Shades of Tia Maria #9D3520
Tints of Tia Maria #9D3520
RGB
CMYK
RGB Variations
Color information
#9D3520 (or 0x9D3520) is known color: Tia Maria. HEX triplet: 9D, 35 and 20. RGB value is (157,53,32). Sum of RGB (Red+Green+Blue) = 157+53+32=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3520 is #62CADF. Grayscale: #515151. Windows color (decimal): -6474464 or 2110877. OLE color: 2110877.
HSL color Cylindrical-coordinate representation of color #9D3520: hue angle of 10.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D3520 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 32 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.38 |
| HSL | 10.08º | 0.66% | 0.37% | - |
| HSV(B) | 10.08º | 0.8% | 0.62% | - |
| XYZ | 15.44 | 9.82 | 2.45 | - |
| YUV | 81.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 32 | 0 | 0.66 | 0.80 | 0.38 | 10.08 | 0.66 | 0.37 |
| Hex | 9D | 35 | 20 | 0 | 42 | 50 | 26 | A | 42 | 25 |
| Octal | 235 | 65 | 40 | 0 | 102 | 120 | 46 | 12 | 102 | 45 |
| Binary | 10011101 | 110101 | 100000 | 0 | 1000010 | 1010000 | 100110 | 1010 | 1000010 | 100101 |
Color Harmonies of #9D3520
Complementary color
Monochromatic Colors of #9D3520
Black with #9D3520
Text Example
Text Example
White with #9D3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3520; }
p { color: rgb(157,53,32); }
H1.HeaderClassName
{
color: #9D3520;
}
.AnyTagClassName
{
color: #9D3520;
}
</style>
background-color css
<style>
a { background-color: #9D3520; }
a { background-color: rgb(157,53,32); }
div.DivClassName
{
background-color: #9D3520;
}
.BgClassName
{
background-color: #9D3520;
}
</style>
border-color css
<style>
span { border-color: #9D3520; }
span { border-color: rgb(157,53,32); }
td.TdClassName
{
border-color: #9D3520;
}
.TagClassName
{
border-color: #9D3520;
}
</style>