Shades of Tia Maria #993D24
Tints of Tia Maria #993D24
RGB
CMYK
RGB Variations
Color information
#993D24 (or 0x993D24) is known color: Tia Maria. HEX triplet: 99, 3D and 24. RGB value is (153,61,36). Sum of RGB (Red+Green+Blue) = 153+61+36=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #993D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D24 is #66C2DB. Grayscale: #555555. Windows color (decimal): -6734556 or 2375065. OLE color: 2375065.
HSL color Cylindrical-coordinate representation of color #993D24: hue angle of 12.82º 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 #993D24 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 36 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.4 |
| HSL | 12.82º | 0.62% | 0.37% | - |
| HSV(B) | 12.82º | 0.76% | 0.6% | - |
| XYZ | 15.12 | 10.24 | 2.85 | - |
| YUV | 85.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 36 | 0 | 0.60 | 0.76 | 0.4 | 12.82 | 0.62 | 0.37 |
| Hex | 99 | 3D | 24 | 0 | 3C | 4C | 28 | D | 3E | 25 |
| Octal | 231 | 75 | 44 | 0 | 74 | 114 | 50 | 15 | 76 | 45 |
| Binary | 10011001 | 111101 | 100100 | 0 | 111100 | 1001100 | 101000 | 1101 | 111110 | 100101 |
Color Harmonies of #993D24
Complementary color
Monochromatic Colors of #993D24
Black with #993D24
Text Example
Text Example
White with #993D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D24; }
p { color: rgb(153,61,36); }
H1.HeaderClassName
{
color: #993D24;
}
.AnyTagClassName
{
color: #993D24;
}
</style>
background-color css
<style>
a { background-color: #993D24; }
a { background-color: rgb(153,61,36); }
div.DivClassName
{
background-color: #993D24;
}
.BgClassName
{
background-color: #993D24;
}
</style>
border-color css
<style>
span { border-color: #993D24; }
span { border-color: rgb(153,61,36); }
td.TdClassName
{
border-color: #993D24;
}
.TagClassName
{
border-color: #993D24;
}
</style>