Shades of Tia Maria #943E2F
Tints of Tia Maria #943E2F
RGB
CMYK
RGB Variations
Color information
#943E2F (or 0x943E2F) is known color: Tia Maria. HEX triplet: 94, 3E and 2F. RGB value is (148,62,47). Sum of RGB (Red+Green+Blue) = 148+62+47=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #943E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E2F is #6BC1D0. Grayscale: #565656. Windows color (decimal): -7061969 or 3096212. OLE color: 3096212.
HSL color Cylindrical-coordinate representation of color #943E2F: hue angle of 8.91º 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 #943E2F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 47 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.42 |
| HSL | 8.91º | 0.52% | 0.38% | - |
| HSV(B) | 8.91º | 0.68% | 0.58% | - |
| XYZ | 14.45 | 9.95 | 3.85 | - |
| YUV | 86 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 47 | 0 | 0.58 | 0.68 | 0.42 | 8.91 | 0.52 | 0.38 |
| Hex | 94 | 3E | 2F | 0 | 3A | 44 | 2A | 9 | 34 | 26 |
| Octal | 224 | 76 | 57 | 0 | 72 | 104 | 52 | 11 | 64 | 46 |
| Binary | 10010100 | 111110 | 101111 | 0 | 111010 | 1000100 | 101010 | 1001 | 110100 | 100110 |
Color Harmonies of #943E2F
Complementary color
Monochromatic Colors of #943E2F
Black with #943E2F
Text Example
Text Example
White with #943E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E2F; }
p { color: rgb(148,62,47); }
H1.HeaderClassName
{
color: #943E2F;
}
.AnyTagClassName
{
color: #943E2F;
}
</style>
background-color css
<style>
a { background-color: #943E2F; }
a { background-color: rgb(148,62,47); }
div.DivClassName
{
background-color: #943E2F;
}
.BgClassName
{
background-color: #943E2F;
}
</style>
border-color css
<style>
span { border-color: #943E2F; }
span { border-color: rgb(148,62,47); }
td.TdClassName
{
border-color: #943E2F;
}
.TagClassName
{
border-color: #943E2F;
}
</style>