Shades of Tia Maria #9D3824
Tints of Tia Maria #9D3824
RGB
CMYK
RGB Variations
Color information
#9D3824 (or 0x9D3824) is known color: Tia Maria. HEX triplet: 9D, 38 and 24. RGB value is (157,56,36). Sum of RGB (Red+Green+Blue) = 157+56+36=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3824 is #62C7DB. Grayscale: #545454. Windows color (decimal): -6473692 or 2373789. OLE color: 2373789.
HSL color Cylindrical-coordinate representation of color #9D3824: hue angle of 9.92º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D3824 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 36 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.38 |
| HSL | 9.92º | 0.63% | 0.38% | - |
| HSV(B) | 9.92º | 0.77% | 0.62% | - |
| XYZ | 15.64 | 10.12 | 2.8 | - |
| YUV | 83.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 36 | 0 | 0.64 | 0.77 | 0.38 | 9.92 | 0.63 | 0.38 |
| Hex | 9D | 38 | 24 | 0 | 40 | 4D | 26 | A | 3F | 26 |
| Octal | 235 | 70 | 44 | 0 | 100 | 115 | 46 | 12 | 77 | 46 |
| Binary | 10011101 | 111000 | 100100 | 0 | 1000000 | 1001101 | 100110 | 1010 | 111111 | 100110 |
Color Harmonies of #9D3824
Complementary color
Monochromatic Colors of #9D3824
Black with #9D3824
Text Example
Text Example
White with #9D3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3824; }
p { color: rgb(157,56,36); }
H1.HeaderClassName
{
color: #9D3824;
}
.AnyTagClassName
{
color: #9D3824;
}
</style>
background-color css
<style>
a { background-color: #9D3824; }
a { background-color: rgb(157,56,36); }
div.DivClassName
{
background-color: #9D3824;
}
.BgClassName
{
background-color: #9D3824;
}
</style>
border-color css
<style>
span { border-color: #9D3824; }
span { border-color: rgb(157,56,36); }
td.TdClassName
{
border-color: #9D3824;
}
.TagClassName
{
border-color: #9D3824;
}
</style>