Shades of Tia Maria #943F2D
Tints of Tia Maria #943F2D
RGB
CMYK
RGB Variations
Color information
#943F2D (or 0x943F2D) is known color: Tia Maria. HEX triplet: 94, 3F and 2D. RGB value is (148,63,45). Sum of RGB (Red+Green+Blue) = 148+63+45=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #943F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F2D is #6BC0D2. Grayscale: #565656. Windows color (decimal): -7061715 or 2965396. OLE color: 2965396.
HSL color Cylindrical-coordinate representation of color #943F2D: hue angle of 10.49º 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 #943F2D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 45 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.42 |
| HSL | 10.49º | 0.53% | 0.38% | - |
| HSV(B) | 10.49º | 0.7% | 0.58% | - |
| XYZ | 14.46 | 10.04 | 3.66 | - |
| YUV | 86.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 45 | 0 | 0.57 | 0.70 | 0.42 | 10.49 | 0.53 | 0.38 |
| Hex | 94 | 3F | 2D | 0 | 39 | 46 | 2A | A | 35 | 26 |
| Octal | 224 | 77 | 55 | 0 | 71 | 106 | 52 | 12 | 65 | 46 |
| Binary | 10010100 | 111111 | 101101 | 0 | 111001 | 1000110 | 101010 | 1010 | 110101 | 100110 |
Color Harmonies of #943F2D
Complementary color
Monochromatic Colors of #943F2D
Black with #943F2D
Text Example
Text Example
White with #943F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F2D; }
p { color: rgb(148,63,45); }
H1.HeaderClassName
{
color: #943F2D;
}
.AnyTagClassName
{
color: #943F2D;
}
</style>
background-color css
<style>
a { background-color: #943F2D; }
a { background-color: rgb(148,63,45); }
div.DivClassName
{
background-color: #943F2D;
}
.BgClassName
{
background-color: #943F2D;
}
</style>
border-color css
<style>
span { border-color: #943F2D; }
span { border-color: rgb(148,63,45); }
td.TdClassName
{
border-color: #943F2D;
}
.TagClassName
{
border-color: #943F2D;
}
</style>