Shades of Tia Maria #93462C
Tints of Tia Maria #93462C
RGB
CMYK
RGB Variations
Color information
#93462C (or 0x93462C) is known color: Tia Maria. HEX triplet: 93, 46 and 2C. RGB value is (147,70,44). Sum of RGB (Red+Green+Blue) = 147+70+44=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93462C is #6CB9D3. Grayscale: #5A5A5A. Windows color (decimal): -7125460 or 2901651. OLE color: 2901651.
HSL color Cylindrical-coordinate representation of color #93462C: hue angle of 15.15º 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 #93462C is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 44 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.42 |
| HSL | 15.15º | 0.54% | 0.37% | - |
| HSV(B) | 15.15º | 0.7% | 0.58% | - |
| XYZ | 14.68 | 10.77 | 3.69 | - |
| YUV | 90.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 44 | 0 | 0.52 | 0.70 | 0.42 | 15.15 | 0.54 | 0.37 |
| Hex | 93 | 46 | 2C | 0 | 34 | 46 | 2A | F | 36 | 25 |
| Octal | 223 | 106 | 54 | 0 | 64 | 106 | 52 | 17 | 66 | 45 |
| Binary | 10010011 | 1000110 | 101100 | 0 | 110100 | 1000110 | 101010 | 1111 | 110110 | 100101 |
Color Harmonies of #93462C
Complementary color
Monochromatic Colors of #93462C
Black with #93462C
Text Example
Text Example
White with #93462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93462C; }
p { color: rgb(147,70,44); }
H1.HeaderClassName
{
color: #93462C;
}
.AnyTagClassName
{
color: #93462C;
}
</style>
background-color css
<style>
a { background-color: #93462C; }
a { background-color: rgb(147,70,44); }
div.DivClassName
{
background-color: #93462C;
}
.BgClassName
{
background-color: #93462C;
}
</style>
border-color css
<style>
span { border-color: #93462C; }
span { border-color: rgb(147,70,44); }
td.TdClassName
{
border-color: #93462C;
}
.TagClassName
{
border-color: #93462C;
}
</style>