Shades of Tia Maria #963F2B
Tints of Tia Maria #963F2B
RGB
CMYK
RGB Variations
Color information
#963F2B (or 0x963F2B) is known color: Tia Maria. HEX triplet: 96, 3F and 2B. RGB value is (150,63,43). Sum of RGB (Red+Green+Blue) = 150+63+43=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F2B is #69C0D4. Grayscale: #565656. Windows color (decimal): -6930645 or 2834326. OLE color: 2834326.
HSL color Cylindrical-coordinate representation of color #963F2B: hue angle of 11.21º 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 #963F2B is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 43 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.41 |
| HSL | 11.21º | 0.55% | 0.38% | - |
| HSV(B) | 11.21º | 0.71% | 0.59% | - |
| XYZ | 14.79 | 10.21 | 3.48 | - |
| YUV | 86.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 43 | 0 | 0.58 | 0.71 | 0.41 | 11.21 | 0.55 | 0.38 |
| Hex | 96 | 3F | 2B | 0 | 3A | 47 | 29 | B | 37 | 26 |
| Octal | 226 | 77 | 53 | 0 | 72 | 107 | 51 | 13 | 67 | 46 |
| Binary | 10010110 | 111111 | 101011 | 0 | 111010 | 1000111 | 101001 | 1011 | 110111 | 100110 |
Color Harmonies of #963F2B
Complementary color
Monochromatic Colors of #963F2B
Black with #963F2B
Text Example
Text Example
White with #963F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F2B; }
p { color: rgb(150,63,43); }
H1.HeaderClassName
{
color: #963F2B;
}
.AnyTagClassName
{
color: #963F2B;
}
</style>
background-color css
<style>
a { background-color: #963F2B; }
a { background-color: rgb(150,63,43); }
div.DivClassName
{
background-color: #963F2B;
}
.BgClassName
{
background-color: #963F2B;
}
</style>
border-color css
<style>
span { border-color: #963F2B; }
span { border-color: rgb(150,63,43); }
td.TdClassName
{
border-color: #963F2B;
}
.TagClassName
{
border-color: #963F2B;
}
</style>