Shades of Tia Maria #93442F
Tints of Tia Maria #93442F
RGB
CMYK
RGB Variations
Color information
#93442F (or 0x93442F) is known color: Tia Maria. HEX triplet: 93, 44 and 2F. RGB value is (147,68,47). Sum of RGB (Red+Green+Blue) = 147+68+47=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93442F is #6CBBD0. Grayscale: #595959. Windows color (decimal): -7125969 or 3097747. OLE color: 3097747.
HSL color Cylindrical-coordinate representation of color #93442F: hue angle of 12.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93442F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 47 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.42 |
| HSL | 12.6º | 0.52% | 0.38% | - |
| HSV(B) | 12.6º | 0.68% | 0.58% | - |
| XYZ | 14.61 | 10.54 | 3.95 | - |
| YUV | 89.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 47 | 0 | 0.54 | 0.68 | 0.42 | 12.6 | 0.52 | 0.38 |
| Hex | 93 | 44 | 2F | 0 | 36 | 44 | 2A | D | 34 | 26 |
| Octal | 223 | 104 | 57 | 0 | 66 | 104 | 52 | 15 | 64 | 46 |
| Binary | 10010011 | 1000100 | 101111 | 0 | 110110 | 1000100 | 101010 | 1101 | 110100 | 100110 |
Color Harmonies of #93442F
Complementary color
Monochromatic Colors of #93442F
Black with #93442F
Text Example
Text Example
White with #93442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93442F; }
p { color: rgb(147,68,47); }
H1.HeaderClassName
{
color: #93442F;
}
.AnyTagClassName
{
color: #93442F;
}
</style>
background-color css
<style>
a { background-color: #93442F; }
a { background-color: rgb(147,68,47); }
div.DivClassName
{
background-color: #93442F;
}
.BgClassName
{
background-color: #93442F;
}
</style>
border-color css
<style>
span { border-color: #93442F; }
span { border-color: rgb(147,68,47); }
td.TdClassName
{
border-color: #93442F;
}
.TagClassName
{
border-color: #93442F;
}
</style>