Shades of Tia Maria #993E21
Tints of Tia Maria #993E21
RGB
CMYK
RGB Variations
Color information
#993E21 (or 0x993E21) is known color: Tia Maria. HEX triplet: 99, 3E and 21. RGB value is (153,62,33). Sum of RGB (Red+Green+Blue) = 153+62+33=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E21 is #66C1DE. Grayscale: #565656. Windows color (decimal): -6734303 or 2178713. OLE color: 2178713.
HSL color Cylindrical-coordinate representation of color #993E21: hue angle of 14.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993E21 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 33 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.4 |
| HSL | 14.5º | 0.65% | 0.36% | - |
| HSV(B) | 14.5º | 0.78% | 0.6% | - |
| XYZ | 15.13 | 10.33 | 2.63 | - |
| YUV | 85.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 33 | 0 | 0.59 | 0.78 | 0.4 | 14.5 | 0.65 | 0.36 |
| Hex | 99 | 3E | 21 | 0 | 3B | 4E | 28 | E | 41 | 24 |
| Octal | 231 | 76 | 41 | 0 | 73 | 116 | 50 | 16 | 101 | 44 |
| Binary | 10011001 | 111110 | 100001 | 0 | 111011 | 1001110 | 101000 | 1110 | 1000001 | 100100 |
Color Harmonies of #993E21
Complementary color
Monochromatic Colors of #993E21
Black with #993E21
Text Example
Text Example
White with #993E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E21; }
p { color: rgb(153,62,33); }
H1.HeaderClassName
{
color: #993E21;
}
.AnyTagClassName
{
color: #993E21;
}
</style>
background-color css
<style>
a { background-color: #993E21; }
a { background-color: rgb(153,62,33); }
div.DivClassName
{
background-color: #993E21;
}
.BgClassName
{
background-color: #993E21;
}
</style>
border-color css
<style>
span { border-color: #993E21; }
span { border-color: rgb(153,62,33); }
td.TdClassName
{
border-color: #993E21;
}
.TagClassName
{
border-color: #993E21;
}
</style>