Shades of Tia Maria #943D2C
Tints of Tia Maria #943D2C
RGB
CMYK
RGB Variations
Color information
#943D2C (or 0x943D2C) is known color: Tia Maria. HEX triplet: 94, 3D and 2C. RGB value is (148,61,44). Sum of RGB (Red+Green+Blue) = 148+61+44=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D2C is #6BC2D3. Grayscale: #555555. Windows color (decimal): -7062228 or 2899348. OLE color: 2899348.
HSL color Cylindrical-coordinate representation of color #943D2C: hue angle of 9.81º degrees, saturation: 0.54, 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 #943D2C is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 44 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.42 |
| HSL | 9.81º | 0.54% | 0.38% | - |
| HSV(B) | 9.81º | 0.7% | 0.58% | - |
| XYZ | 14.34 | 9.82 | 3.52 | - |
| YUV | 85.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 44 | 0 | 0.59 | 0.70 | 0.42 | 9.81 | 0.54 | 0.38 |
| Hex | 94 | 3D | 2C | 0 | 3B | 46 | 2A | A | 36 | 26 |
| Octal | 224 | 75 | 54 | 0 | 73 | 106 | 52 | 12 | 66 | 46 |
| Binary | 10010100 | 111101 | 101100 | 0 | 111011 | 1000110 | 101010 | 1010 | 110110 | 100110 |
Color Harmonies of #943D2C
Complementary color
Monochromatic Colors of #943D2C
Black with #943D2C
Text Example
Text Example
White with #943D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D2C; }
p { color: rgb(148,61,44); }
H1.HeaderClassName
{
color: #943D2C;
}
.AnyTagClassName
{
color: #943D2C;
}
</style>
background-color css
<style>
a { background-color: #943D2C; }
a { background-color: rgb(148,61,44); }
div.DivClassName
{
background-color: #943D2C;
}
.BgClassName
{
background-color: #943D2C;
}
</style>
border-color css
<style>
span { border-color: #943D2C; }
span { border-color: rgb(148,61,44); }
td.TdClassName
{
border-color: #943D2C;
}
.TagClassName
{
border-color: #943D2C;
}
</style>