Shades of Tia Maria #94402B
Tints of Tia Maria #94402B
RGB
CMYK
RGB Variations
Color information
#94402B (or 0x94402B) is known color: Tia Maria. HEX triplet: 94, 40 and 2B. RGB value is (148,64,43). Sum of RGB (Red+Green+Blue) = 148+64+43=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #94402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94402B is #6BBFD4. Grayscale: #565656. Windows color (decimal): -7061461 or 2834580. OLE color: 2834580.
HSL color Cylindrical-coordinate representation of color #94402B: hue angle of 12º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94402B is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 43 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.42 |
| HSL | 12º | 0.55% | 0.37% | - |
| HSV(B) | 12º | 0.71% | 0.58% | - |
| XYZ | 14.48 | 10.14 | 3.48 | - |
| YUV | 86.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 43 | 0 | 0.57 | 0.71 | 0.42 | 12 | 0.55 | 0.37 |
| Hex | 94 | 40 | 2B | 0 | 39 | 47 | 2A | C | 37 | 25 |
| Octal | 224 | 100 | 53 | 0 | 71 | 107 | 52 | 14 | 67 | 45 |
| Binary | 10010100 | 1000000 | 101011 | 0 | 111001 | 1000111 | 101010 | 1100 | 110111 | 100101 |
Color Harmonies of #94402B
Complementary color
Monochromatic Colors of #94402B
Black with #94402B
Text Example
Text Example
White with #94402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94402B; }
p { color: rgb(148,64,43); }
H1.HeaderClassName
{
color: #94402B;
}
.AnyTagClassName
{
color: #94402B;
}
</style>
background-color css
<style>
a { background-color: #94402B; }
a { background-color: rgb(148,64,43); }
div.DivClassName
{
background-color: #94402B;
}
.BgClassName
{
background-color: #94402B;
}
</style>
border-color css
<style>
span { border-color: #94402B; }
span { border-color: rgb(148,64,43); }
td.TdClassName
{
border-color: #94402B;
}
.TagClassName
{
border-color: #94402B;
}
</style>