Shades of Tia Maria #93412D
Tints of Tia Maria #93412D
RGB
CMYK
RGB Variations
Color information
#93412D (or 0x93412D) is known color: Tia Maria. HEX triplet: 93, 41 and 2D. RGB value is (147,65,45). Sum of RGB (Red+Green+Blue) = 147+65+45=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #93412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93412D is #6CBED2. Grayscale: #575757. Windows color (decimal): -7126739 or 2965907. OLE color: 2965907.
HSL color Cylindrical-coordinate representation of color #93412D: hue angle of 11.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93412D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 45 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.42 |
| HSL | 11.76º | 0.53% | 0.38% | - |
| HSV(B) | 11.76º | 0.69% | 0.58% | - |
| XYZ | 14.4 | 10.17 | 3.69 | - |
| YUV | 87.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 45 | 0 | 0.56 | 0.69 | 0.42 | 11.76 | 0.53 | 0.38 |
| Hex | 93 | 41 | 2D | 0 | 38 | 45 | 2A | C | 35 | 26 |
| Octal | 223 | 101 | 55 | 0 | 70 | 105 | 52 | 14 | 65 | 46 |
| Binary | 10010011 | 1000001 | 101101 | 0 | 111000 | 1000101 | 101010 | 1100 | 110101 | 100110 |
Color Harmonies of #93412D
Complementary color
Monochromatic Colors of #93412D
Black with #93412D
Text Example
Text Example
White with #93412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93412D; }
p { color: rgb(147,65,45); }
H1.HeaderClassName
{
color: #93412D;
}
.AnyTagClassName
{
color: #93412D;
}
</style>
background-color css
<style>
a { background-color: #93412D; }
a { background-color: rgb(147,65,45); }
div.DivClassName
{
background-color: #93412D;
}
.BgClassName
{
background-color: #93412D;
}
</style>
border-color css
<style>
span { border-color: #93412D; }
span { border-color: rgb(147,65,45); }
td.TdClassName
{
border-color: #93412D;
}
.TagClassName
{
border-color: #93412D;
}
</style>