Shades of Tia Maria #93442C
Tints of Tia Maria #93442C
RGB
CMYK
RGB Variations
Color information
#93442C (or 0x93442C) is known color: Tia Maria. HEX triplet: 93, 44 and 2C. RGB value is (147,68,44). Sum of RGB (Red+Green+Blue) = 147+68+44=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93442C is #6CBBD3. Grayscale: #595959. Windows color (decimal): -7125972 or 2901139. OLE color: 2901139.
HSL color Cylindrical-coordinate representation of color #93442C: hue angle of 13.98º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93442C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 44 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.42 |
| HSL | 13.98º | 0.54% | 0.37% | - |
| HSV(B) | 13.98º | 0.7% | 0.58% | - |
| XYZ | 14.55 | 10.52 | 3.65 | - |
| YUV | 88.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 44 | 0 | 0.54 | 0.70 | 0.42 | 13.98 | 0.54 | 0.37 |
| Hex | 93 | 44 | 2C | 0 | 36 | 46 | 2A | E | 36 | 25 |
| Octal | 223 | 104 | 54 | 0 | 66 | 106 | 52 | 16 | 66 | 45 |
| Binary | 10010011 | 1000100 | 101100 | 0 | 110110 | 1000110 | 101010 | 1110 | 110110 | 100101 |
Color Harmonies of #93442C
Complementary color
Monochromatic Colors of #93442C
Black with #93442C
Text Example
Text Example
White with #93442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93442C; }
p { color: rgb(147,68,44); }
H1.HeaderClassName
{
color: #93442C;
}
.AnyTagClassName
{
color: #93442C;
}
</style>
background-color css
<style>
a { background-color: #93442C; }
a { background-color: rgb(147,68,44); }
div.DivClassName
{
background-color: #93442C;
}
.BgClassName
{
background-color: #93442C;
}
</style>
border-color css
<style>
span { border-color: #93442C; }
span { border-color: rgb(147,68,44); }
td.TdClassName
{
border-color: #93442C;
}
.TagClassName
{
border-color: #93442C;
}
</style>