Shades of Tia Maria #993F28
Tints of Tia Maria #993F28
RGB
CMYK
RGB Variations
Color information
#993F28 (or 0x993F28) is known color: Tia Maria. HEX triplet: 99, 3F and 28. RGB value is (153,63,40). Sum of RGB (Red+Green+Blue) = 153+63+40=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F28 is #66C0D7. Grayscale: #575757. Windows color (decimal): -6734040 or 2637721. OLE color: 2637721.
HSL color Cylindrical-coordinate representation of color #993F28: hue angle of 12.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993F28 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 40 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.4 |
| HSL | 12.21º | 0.59% | 0.38% | - |
| HSV(B) | 12.21º | 0.74% | 0.6% | - |
| XYZ | 15.3 | 10.48 | 3.22 | - |
| YUV | 87.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 40 | 0 | 0.59 | 0.74 | 0.4 | 12.21 | 0.59 | 0.38 |
| Hex | 99 | 3F | 28 | 0 | 3B | 4A | 28 | C | 3B | 26 |
| Octal | 231 | 77 | 50 | 0 | 73 | 112 | 50 | 14 | 73 | 46 |
| Binary | 10011001 | 111111 | 101000 | 0 | 111011 | 1001010 | 101000 | 1100 | 111011 | 100110 |
Color Harmonies of #993F28
Complementary color
Monochromatic Colors of #993F28
Black with #993F28
Text Example
Text Example
White with #993F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F28; }
p { color: rgb(153,63,40); }
H1.HeaderClassName
{
color: #993F28;
}
.AnyTagClassName
{
color: #993F28;
}
</style>
background-color css
<style>
a { background-color: #993F28; }
a { background-color: rgb(153,63,40); }
div.DivClassName
{
background-color: #993F28;
}
.BgClassName
{
background-color: #993F28;
}
</style>
border-color css
<style>
span { border-color: #993F28; }
span { border-color: rgb(153,63,40); }
td.TdClassName
{
border-color: #993F28;
}
.TagClassName
{
border-color: #993F28;
}
</style>