Shades of Tia Maria #94412E
Tints of Tia Maria #94412E
RGB
CMYK
RGB Variations
Color information
#94412E (or 0x94412E) is known color: Tia Maria. HEX triplet: 94, 41 and 2E. RGB value is (148,65,46). Sum of RGB (Red+Green+Blue) = 148+65+46=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94412E is #6BBED1. Grayscale: #575757. Windows color (decimal): -7061202 or 3031444. OLE color: 3031444.
HSL color Cylindrical-coordinate representation of color #94412E: hue angle of 11.18º 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 #94412E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 46 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.42 |
| HSL | 11.18º | 0.53% | 0.38% | - |
| HSV(B) | 11.18º | 0.69% | 0.58% | - |
| XYZ | 14.6 | 10.27 | 3.8 | - |
| YUV | 87.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 46 | 0 | 0.56 | 0.69 | 0.42 | 11.18 | 0.53 | 0.38 |
| Hex | 94 | 41 | 2E | 0 | 38 | 45 | 2A | B | 35 | 26 |
| Octal | 224 | 101 | 56 | 0 | 70 | 105 | 52 | 13 | 65 | 46 |
| Binary | 10010100 | 1000001 | 101110 | 0 | 111000 | 1000101 | 101010 | 1011 | 110101 | 100110 |
Color Harmonies of #94412E
Complementary color
Monochromatic Colors of #94412E
Black with #94412E
Text Example
Text Example
White with #94412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94412E; }
p { color: rgb(148,65,46); }
H1.HeaderClassName
{
color: #94412E;
}
.AnyTagClassName
{
color: #94412E;
}
</style>
background-color css
<style>
a { background-color: #94412E; }
a { background-color: rgb(148,65,46); }
div.DivClassName
{
background-color: #94412E;
}
.BgClassName
{
background-color: #94412E;
}
</style>
border-color css
<style>
span { border-color: #94412E; }
span { border-color: rgb(148,65,46); }
td.TdClassName
{
border-color: #94412E;
}
.TagClassName
{
border-color: #94412E;
}
</style>