Shades of Tia Maria #993F22
Tints of Tia Maria #993F22
RGB
CMYK
RGB Variations
Color information
#993F22 (or 0x993F22) is known color: Tia Maria. HEX triplet: 99, 3F and 22. RGB value is (153,63,34). Sum of RGB (Red+Green+Blue) = 153+63+34=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #993F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F22 is #66C0DD. Grayscale: #565656. Windows color (decimal): -6734046 or 2244505. OLE color: 2244505.
HSL color Cylindrical-coordinate representation of color #993F22: hue angle of 14.62º 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 #993F22 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 34 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.4 |
| HSL | 14.62º | 0.64% | 0.37% | - |
| HSV(B) | 14.62º | 0.78% | 0.6% | - |
| XYZ | 15.2 | 10.44 | 2.73 | - |
| YUV | 86.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 34 | 0 | 0.59 | 0.78 | 0.4 | 14.62 | 0.64 | 0.37 |
| Hex | 99 | 3F | 22 | 0 | 3B | 4E | 28 | F | 40 | 25 |
| Octal | 231 | 77 | 42 | 0 | 73 | 116 | 50 | 17 | 100 | 45 |
| Binary | 10011001 | 111111 | 100010 | 0 | 111011 | 1001110 | 101000 | 1111 | 1000000 | 100101 |
Color Harmonies of #993F22
Complementary color
Monochromatic Colors of #993F22
Black with #993F22
Text Example
Text Example
White with #993F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F22; }
p { color: rgb(153,63,34); }
H1.HeaderClassName
{
color: #993F22;
}
.AnyTagClassName
{
color: #993F22;
}
</style>
background-color css
<style>
a { background-color: #993F22; }
a { background-color: rgb(153,63,34); }
div.DivClassName
{
background-color: #993F22;
}
.BgClassName
{
background-color: #993F22;
}
</style>
border-color css
<style>
span { border-color: #993F22; }
span { border-color: rgb(153,63,34); }
td.TdClassName
{
border-color: #993F22;
}
.TagClassName
{
border-color: #993F22;
}
</style>