Shades of Tia Maria #933F2D
Tints of Tia Maria #933F2D
RGB
CMYK
RGB Variations
Color information
#933F2D (or 0x933F2D) is known color: Tia Maria. HEX triplet: 93, 3F and 2D. RGB value is (147,63,45). Sum of RGB (Red+Green+Blue) = 147+63+45=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #933F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933F2D is #6CC0D2. Grayscale: #565656. Windows color (decimal): -7127251 or 2965395. OLE color: 2965395.
HSL color Cylindrical-coordinate representation of color #933F2D: hue angle of 10.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933F2D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 45 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.42 |
| HSL | 10.59º | 0.53% | 0.38% | - |
| HSV(B) | 10.59º | 0.69% | 0.58% | - |
| XYZ | 14.28 | 9.95 | 3.65 | - |
| YUV | 86.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 45 | 0 | 0.57 | 0.69 | 0.42 | 10.59 | 0.53 | 0.38 |
| Hex | 93 | 3F | 2D | 0 | 39 | 45 | 2A | B | 35 | 26 |
| Octal | 223 | 77 | 55 | 0 | 71 | 105 | 52 | 13 | 65 | 46 |
| Binary | 10010011 | 111111 | 101101 | 0 | 111001 | 1000101 | 101010 | 1011 | 110101 | 100110 |
Color Harmonies of #933F2D
Complementary color
Monochromatic Colors of #933F2D
Black with #933F2D
Text Example
Text Example
White with #933F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F2D; }
p { color: rgb(147,63,45); }
H1.HeaderClassName
{
color: #933F2D;
}
.AnyTagClassName
{
color: #933F2D;
}
</style>
background-color css
<style>
a { background-color: #933F2D; }
a { background-color: rgb(147,63,45); }
div.DivClassName
{
background-color: #933F2D;
}
.BgClassName
{
background-color: #933F2D;
}
</style>
border-color css
<style>
span { border-color: #933F2D; }
span { border-color: rgb(147,63,45); }
td.TdClassName
{
border-color: #933F2D;
}
.TagClassName
{
border-color: #933F2D;
}
</style>