Shades of Tia Maria #943D2D
Tints of Tia Maria #943D2D
RGB
CMYK
RGB Variations
Color information
#943D2D (or 0x943D2D) is known color: Tia Maria. HEX triplet: 94, 3D and 2D. RGB value is (148,61,45). Sum of RGB (Red+Green+Blue) = 148+61+45=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #943D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D2D is #6BC2D2. Grayscale: #555555. Windows color (decimal): -7062227 or 2964884. OLE color: 2964884.
HSL color Cylindrical-coordinate representation of color #943D2D: hue angle of 9.32º 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 #943D2D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 45 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.42 |
| HSL | 9.32º | 0.53% | 0.38% | - |
| HSV(B) | 9.32º | 0.7% | 0.58% | - |
| XYZ | 14.36 | 9.82 | 3.62 | - |
| YUV | 85.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 45 | 0 | 0.59 | 0.70 | 0.42 | 9.32 | 0.53 | 0.38 |
| Hex | 94 | 3D | 2D | 0 | 3B | 46 | 2A | 9 | 35 | 26 |
| Octal | 224 | 75 | 55 | 0 | 73 | 106 | 52 | 11 | 65 | 46 |
| Binary | 10010100 | 111101 | 101101 | 0 | 111011 | 1000110 | 101010 | 1001 | 110101 | 100110 |
Color Harmonies of #943D2D
Complementary color
Monochromatic Colors of #943D2D
Black with #943D2D
Text Example
Text Example
White with #943D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D2D; }
p { color: rgb(148,61,45); }
H1.HeaderClassName
{
color: #943D2D;
}
.AnyTagClassName
{
color: #943D2D;
}
</style>
background-color css
<style>
a { background-color: #943D2D; }
a { background-color: rgb(148,61,45); }
div.DivClassName
{
background-color: #943D2D;
}
.BgClassName
{
background-color: #943D2D;
}
</style>
border-color css
<style>
span { border-color: #943D2D; }
span { border-color: rgb(148,61,45); }
td.TdClassName
{
border-color: #943D2D;
}
.TagClassName
{
border-color: #943D2D;
}
</style>