Shades of Tia Maria #963F2D
Tints of Tia Maria #963F2D
RGB
CMYK
RGB Variations
Color information
#963F2D (or 0x963F2D) is known color: Tia Maria. HEX triplet: 96, 3F and 2D. RGB value is (150,63,45). Sum of RGB (Red+Green+Blue) = 150+63+45=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F2D is #69C0D2. Grayscale: #575757. Windows color (decimal): -6930643 or 2965398. OLE color: 2965398.
HSL color Cylindrical-coordinate representation of color #963F2D: hue angle of 10.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963F2D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 45 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.41 |
| HSL | 10.29º | 0.54% | 0.38% | - |
| HSV(B) | 10.29º | 0.7% | 0.59% | - |
| XYZ | 14.83 | 10.23 | 3.68 | - |
| YUV | 86.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 45 | 0 | 0.58 | 0.70 | 0.41 | 10.29 | 0.54 | 0.38 |
| Hex | 96 | 3F | 2D | 0 | 3A | 46 | 29 | A | 36 | 26 |
| Octal | 226 | 77 | 55 | 0 | 72 | 106 | 51 | 12 | 66 | 46 |
| Binary | 10010110 | 111111 | 101101 | 0 | 111010 | 1000110 | 101001 | 1010 | 110110 | 100110 |
Color Harmonies of #963F2D
Complementary color
Monochromatic Colors of #963F2D
Black with #963F2D
Text Example
Text Example
White with #963F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F2D; }
p { color: rgb(150,63,45); }
H1.HeaderClassName
{
color: #963F2D;
}
.AnyTagClassName
{
color: #963F2D;
}
</style>
background-color css
<style>
a { background-color: #963F2D; }
a { background-color: rgb(150,63,45); }
div.DivClassName
{
background-color: #963F2D;
}
.BgClassName
{
background-color: #963F2D;
}
</style>
border-color css
<style>
span { border-color: #963F2D; }
span { border-color: rgb(150,63,45); }
td.TdClassName
{
border-color: #963F2D;
}
.TagClassName
{
border-color: #963F2D;
}
</style>