Shades of Tia Maria #993F23
Tints of Tia Maria #993F23
RGB
CMYK
RGB Variations
Color information
#993F23 (or 0x993F23) is known color: Tia Maria. HEX triplet: 99, 3F and 23. RGB value is (153,63,35). Sum of RGB (Red+Green+Blue) = 153+63+35=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #993F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F23 is #66C0DC. Grayscale: #565656. Windows color (decimal): -6734045 or 2310041. OLE color: 2310041.
HSL color Cylindrical-coordinate representation of color #993F23: hue angle of 14.24º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993F23 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 35 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.4 |
| HSL | 14.24º | 0.63% | 0.37% | - |
| HSV(B) | 14.24º | 0.77% | 0.6% | - |
| XYZ | 15.22 | 10.45 | 2.8 | - |
| YUV | 86.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 35 | 0 | 0.59 | 0.77 | 0.4 | 14.24 | 0.63 | 0.37 |
| Hex | 99 | 3F | 23 | 0 | 3B | 4D | 28 | E | 3F | 25 |
| Octal | 231 | 77 | 43 | 0 | 73 | 115 | 50 | 16 | 77 | 45 |
| Binary | 10011001 | 111111 | 100011 | 0 | 111011 | 1001101 | 101000 | 1110 | 111111 | 100101 |
Color Harmonies of #993F23
Complementary color
Monochromatic Colors of #993F23
Black with #993F23
Text Example
Text Example
White with #993F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F23; }
p { color: rgb(153,63,35); }
H1.HeaderClassName
{
color: #993F23;
}
.AnyTagClassName
{
color: #993F23;
}
</style>
background-color css
<style>
a { background-color: #993F23; }
a { background-color: rgb(153,63,35); }
div.DivClassName
{
background-color: #993F23;
}
.BgClassName
{
background-color: #993F23;
}
</style>
border-color css
<style>
span { border-color: #993F23; }
span { border-color: rgb(153,63,35); }
td.TdClassName
{
border-color: #993F23;
}
.TagClassName
{
border-color: #993F23;
}
</style>