Shades of Tia Maria #993D22
Tints of Tia Maria #993D22
RGB
CMYK
RGB Variations
Color information
#993D22 (or 0x993D22) is known color: Tia Maria. HEX triplet: 99, 3D and 22. RGB value is (153,61,34). Sum of RGB (Red+Green+Blue) = 153+61+34=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D22 is #66C2DD. Grayscale: #555555. Windows color (decimal): -6734558 or 2243993. OLE color: 2243993.
HSL color Cylindrical-coordinate representation of color #993D22: hue angle of 13.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993D22 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 34 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.4 |
| HSL | 13.61º | 0.64% | 0.37% | - |
| HSV(B) | 13.61º | 0.78% | 0.6% | - |
| XYZ | 15.09 | 10.23 | 2.69 | - |
| YUV | 85.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 34 | 0 | 0.60 | 0.78 | 0.4 | 13.61 | 0.64 | 0.37 |
| Hex | 99 | 3D | 22 | 0 | 3C | 4E | 28 | E | 40 | 25 |
| Octal | 231 | 75 | 42 | 0 | 74 | 116 | 50 | 16 | 100 | 45 |
| Binary | 10011001 | 111101 | 100010 | 0 | 111100 | 1001110 | 101000 | 1110 | 1000000 | 100101 |
Color Harmonies of #993D22
Complementary color
Monochromatic Colors of #993D22
Black with #993D22
Text Example
Text Example
White with #993D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D22; }
p { color: rgb(153,61,34); }
H1.HeaderClassName
{
color: #993D22;
}
.AnyTagClassName
{
color: #993D22;
}
</style>
background-color css
<style>
a { background-color: #993D22; }
a { background-color: rgb(153,61,34); }
div.DivClassName
{
background-color: #993D22;
}
.BgClassName
{
background-color: #993D22;
}
</style>
border-color css
<style>
span { border-color: #993D22; }
span { border-color: rgb(153,61,34); }
td.TdClassName
{
border-color: #993D22;
}
.TagClassName
{
border-color: #993D22;
}
</style>