Shades of Tia Maria #943F32
Tints of Tia Maria #943F32
RGB
CMYK
RGB Variations
Color information
#943F32 (or 0x943F32) is known color: Tia Maria. HEX triplet: 94, 3F and 32. RGB value is (148,63,50). Sum of RGB (Red+Green+Blue) = 148+63+50=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #943F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F32 is #6BC0CD. Grayscale: #575757. Windows color (decimal): -7061710 or 3293076. OLE color: 3293076.
HSL color Cylindrical-coordinate representation of color #943F32: hue angle of 7.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943F32 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 50 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.42 |
| HSL | 7.96º | 0.49% | 0.39% | - |
| HSV(B) | 7.96º | 0.66% | 0.58% | - |
| XYZ | 14.57 | 10.08 | 4.2 | - |
| YUV | 86.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 50 | 0 | 0.57 | 0.66 | 0.42 | 7.96 | 0.49 | 0.39 |
| Hex | 94 | 3F | 32 | 0 | 39 | 42 | 2A | 8 | 31 | 27 |
| Octal | 224 | 77 | 62 | 0 | 71 | 102 | 52 | 10 | 61 | 47 |
| Binary | 10010100 | 111111 | 110010 | 0 | 111001 | 1000010 | 101010 | 1000 | 110001 | 100111 |
Color Harmonies of #943F32
Complementary color
Monochromatic Colors of #943F32
Black with #943F32
Text Example
Text Example
White with #943F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F32; }
p { color: rgb(148,63,50); }
H1.HeaderClassName
{
color: #943F32;
}
.AnyTagClassName
{
color: #943F32;
}
</style>
background-color css
<style>
a { background-color: #943F32; }
a { background-color: rgb(148,63,50); }
div.DivClassName
{
background-color: #943F32;
}
.BgClassName
{
background-color: #943F32;
}
</style>
border-color css
<style>
span { border-color: #943F32; }
span { border-color: rgb(148,63,50); }
td.TdClassName
{
border-color: #943F32;
}
.TagClassName
{
border-color: #943F32;
}
</style>