Shades of Tia Maria #963F2C
Tints of Tia Maria #963F2C
RGB
CMYK
RGB Variations
Color information
#963F2C (or 0x963F2C) is known color: Tia Maria. HEX triplet: 96, 3F and 2C. RGB value is (150,63,44). Sum of RGB (Red+Green+Blue) = 150+63+44=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F2C is #69C0D3. Grayscale: #575757. Windows color (decimal): -6930644 or 2899862. OLE color: 2899862.
HSL color Cylindrical-coordinate representation of color #963F2C: hue angle of 10.75º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963F2C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 44 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.41 |
| HSL | 10.75º | 0.55% | 0.38% | - |
| HSV(B) | 10.75º | 0.71% | 0.59% | - |
| XYZ | 14.81 | 10.22 | 3.58 | - |
| YUV | 86.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 44 | 0 | 0.58 | 0.71 | 0.41 | 10.75 | 0.55 | 0.38 |
| Hex | 96 | 3F | 2C | 0 | 3A | 47 | 29 | B | 37 | 26 |
| Octal | 226 | 77 | 54 | 0 | 72 | 107 | 51 | 13 | 67 | 46 |
| Binary | 10010110 | 111111 | 101100 | 0 | 111010 | 1000111 | 101001 | 1011 | 110111 | 100110 |
Color Harmonies of #963F2C
Complementary color
Monochromatic Colors of #963F2C
Black with #963F2C
Text Example
Text Example
White with #963F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F2C; }
p { color: rgb(150,63,44); }
H1.HeaderClassName
{
color: #963F2C;
}
.AnyTagClassName
{
color: #963F2C;
}
</style>
background-color css
<style>
a { background-color: #963F2C; }
a { background-color: rgb(150,63,44); }
div.DivClassName
{
background-color: #963F2C;
}
.BgClassName
{
background-color: #963F2C;
}
</style>
border-color css
<style>
span { border-color: #963F2C; }
span { border-color: rgb(150,63,44); }
td.TdClassName
{
border-color: #963F2C;
}
.TagClassName
{
border-color: #963F2C;
}
</style>