Shades of Tia Maria #94402D
Tints of Tia Maria #94402D
RGB
CMYK
RGB Variations
Color information
#94402D (or 0x94402D) is known color: Tia Maria. HEX triplet: 94, 40 and 2D. RGB value is (148,64,45). Sum of RGB (Red+Green+Blue) = 148+64+45=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94402D is #6BBFD2. Grayscale: #575757. Windows color (decimal): -7061459 or 2965652. OLE color: 2965652.
HSL color Cylindrical-coordinate representation of color #94402D: hue angle of 11.07º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94402D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 45 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.42 |
| HSL | 11.07º | 0.53% | 0.38% | - |
| HSV(B) | 11.07º | 0.7% | 0.58% | - |
| XYZ | 14.52 | 10.15 | 3.68 | - |
| YUV | 86.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 45 | 0 | 0.57 | 0.70 | 0.42 | 11.07 | 0.53 | 0.38 |
| Hex | 94 | 40 | 2D | 0 | 39 | 46 | 2A | B | 35 | 26 |
| Octal | 224 | 100 | 55 | 0 | 71 | 106 | 52 | 13 | 65 | 46 |
| Binary | 10010100 | 1000000 | 101101 | 0 | 111001 | 1000110 | 101010 | 1011 | 110101 | 100110 |
Color Harmonies of #94402D
Complementary color
Monochromatic Colors of #94402D
Black with #94402D
Text Example
Text Example
White with #94402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94402D; }
p { color: rgb(148,64,45); }
H1.HeaderClassName
{
color: #94402D;
}
.AnyTagClassName
{
color: #94402D;
}
</style>
background-color css
<style>
a { background-color: #94402D; }
a { background-color: rgb(148,64,45); }
div.DivClassName
{
background-color: #94402D;
}
.BgClassName
{
background-color: #94402D;
}
</style>
border-color css
<style>
span { border-color: #94402D; }
span { border-color: rgb(148,64,45); }
td.TdClassName
{
border-color: #94402D;
}
.TagClassName
{
border-color: #94402D;
}
</style>