Shades of Tia Maria #993F20
Tints of Tia Maria #993F20
RGB
CMYK
RGB Variations
Color information
#993F20 (or 0x993F20) is known color: Tia Maria. HEX triplet: 99, 3F and 20. RGB value is (153,63,32). Sum of RGB (Red+Green+Blue) = 153+63+32=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F20 is #66C0DF. Grayscale: #565656. Windows color (decimal): -6734048 or 2113433. OLE color: 2113433.
HSL color Cylindrical-coordinate representation of color #993F20: hue angle of 15.37º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #993F20 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 32 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.4 |
| HSL | 15.37º | 0.65% | 0.36% | - |
| HSV(B) | 15.37º | 0.79% | 0.6% | - |
| XYZ | 15.18 | 10.43 | 2.58 | - |
| YUV | 86.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 32 | 0 | 0.59 | 0.79 | 0.4 | 15.37 | 0.65 | 0.36 |
| Hex | 99 | 3F | 20 | 0 | 3B | 4F | 28 | F | 41 | 24 |
| Octal | 231 | 77 | 40 | 0 | 73 | 117 | 50 | 17 | 101 | 44 |
| Binary | 10011001 | 111111 | 100000 | 0 | 111011 | 1001111 | 101000 | 1111 | 1000001 | 100100 |
Color Harmonies of #993F20
Complementary color
Monochromatic Colors of #993F20
Black with #993F20
Text Example
Text Example
White with #993F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F20; }
p { color: rgb(153,63,32); }
H1.HeaderClassName
{
color: #993F20;
}
.AnyTagClassName
{
color: #993F20;
}
</style>
background-color css
<style>
a { background-color: #993F20; }
a { background-color: rgb(153,63,32); }
div.DivClassName
{
background-color: #993F20;
}
.BgClassName
{
background-color: #993F20;
}
</style>
border-color css
<style>
span { border-color: #993F20; }
span { border-color: rgb(153,63,32); }
td.TdClassName
{
border-color: #993F20;
}
.TagClassName
{
border-color: #993F20;
}
</style>