Shades of Tia Maria #993C24
Tints of Tia Maria #993C24
RGB
CMYK
RGB Variations
Color information
#993C24 (or 0x993C24) is known color: Tia Maria. HEX triplet: 99, 3C and 24. RGB value is (153,60,36). Sum of RGB (Red+Green+Blue) = 153+60+36=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #993C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C24 is #66C3DB. Grayscale: #555555. Windows color (decimal): -6734812 or 2374809. OLE color: 2374809.
HSL color Cylindrical-coordinate representation of color #993C24: hue angle of 12.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993C24 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 36 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.4 |
| HSL | 12.31º | 0.62% | 0.37% | - |
| HSV(B) | 12.31º | 0.76% | 0.6% | - |
| XYZ | 15.07 | 10.13 | 2.83 | - |
| YUV | 85.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 36 | 0 | 0.61 | 0.76 | 0.4 | 12.31 | 0.62 | 0.37 |
| Hex | 99 | 3C | 24 | 0 | 3D | 4C | 28 | C | 3E | 25 |
| Octal | 231 | 74 | 44 | 0 | 75 | 114 | 50 | 14 | 76 | 45 |
| Binary | 10011001 | 111100 | 100100 | 0 | 111101 | 1001100 | 101000 | 1100 | 111110 | 100101 |
Color Harmonies of #993C24
Complementary color
Monochromatic Colors of #993C24
Black with #993C24
Text Example
Text Example
White with #993C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C24; }
p { color: rgb(153,60,36); }
H1.HeaderClassName
{
color: #993C24;
}
.AnyTagClassName
{
color: #993C24;
}
</style>
background-color css
<style>
a { background-color: #993C24; }
a { background-color: rgb(153,60,36); }
div.DivClassName
{
background-color: #993C24;
}
.BgClassName
{
background-color: #993C24;
}
</style>
border-color css
<style>
span { border-color: #993C24; }
span { border-color: rgb(153,60,36); }
td.TdClassName
{
border-color: #993C24;
}
.TagClassName
{
border-color: #993C24;
}
</style>