Shades of Tia Maria #963B2A
Tints of Tia Maria #963B2A
RGB
CMYK
RGB Variations
Color information
#963B2A (or 0x963B2A) is known color: Tia Maria. HEX triplet: 96, 3B and 2A. RGB value is (150,59,42). Sum of RGB (Red+Green+Blue) = 150+59+42=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B2A is #69C4D5. Grayscale: #545454. Windows color (decimal): -6931670 or 2767766. OLE color: 2767766.
HSL color Cylindrical-coordinate representation of color #963B2A: hue angle of 9.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963B2A is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 42 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.41 |
| HSL | 9.44º | 0.56% | 0.38% | - |
| HSV(B) | 9.44º | 0.72% | 0.59% | - |
| XYZ | 14.56 | 9.78 | 3.31 | - |
| YUV | 84.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 42 | 0 | 0.61 | 0.72 | 0.41 | 9.44 | 0.56 | 0.38 |
| Hex | 96 | 3B | 2A | 0 | 3D | 48 | 29 | 9 | 38 | 26 |
| Octal | 226 | 73 | 52 | 0 | 75 | 110 | 51 | 11 | 70 | 46 |
| Binary | 10010110 | 111011 | 101010 | 0 | 111101 | 1001000 | 101001 | 1001 | 111000 | 100110 |
Color Harmonies of #963B2A
Complementary color
Monochromatic Colors of #963B2A
Black with #963B2A
Text Example
Text Example
White with #963B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B2A; }
p { color: rgb(150,59,42); }
H1.HeaderClassName
{
color: #963B2A;
}
.AnyTagClassName
{
color: #963B2A;
}
</style>
background-color css
<style>
a { background-color: #963B2A; }
a { background-color: rgb(150,59,42); }
div.DivClassName
{
background-color: #963B2A;
}
.BgClassName
{
background-color: #963B2A;
}
</style>
border-color css
<style>
span { border-color: #963B2A; }
span { border-color: rgb(150,59,42); }
td.TdClassName
{
border-color: #963B2A;
}
.TagClassName
{
border-color: #963B2A;
}
</style>