Shades of Tia Maria #963D2D
Tints of Tia Maria #963D2D
RGB
CMYK
RGB Variations
Color information
#963D2D (or 0x963D2D) is known color: Tia Maria. HEX triplet: 96, 3D and 2D. RGB value is (150,61,45). Sum of RGB (Red+Green+Blue) = 150+61+45=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D2D is #69C2D2. Grayscale: #555555. Windows color (decimal): -6931155 or 2964886. OLE color: 2964886.
HSL color Cylindrical-coordinate representation of color #963D2D: hue angle of 9.14º 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 #963D2D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 45 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.41 |
| HSL | 9.14º | 0.54% | 0.38% | - |
| HSV(B) | 9.14º | 0.7% | 0.59% | - |
| XYZ | 14.72 | 10.01 | 3.64 | - |
| YUV | 85.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 45 | 0 | 0.59 | 0.70 | 0.41 | 9.14 | 0.54 | 0.38 |
| Hex | 96 | 3D | 2D | 0 | 3B | 46 | 29 | 9 | 36 | 26 |
| Octal | 226 | 75 | 55 | 0 | 73 | 106 | 51 | 11 | 66 | 46 |
| Binary | 10010110 | 111101 | 101101 | 0 | 111011 | 1000110 | 101001 | 1001 | 110110 | 100110 |
Color Harmonies of #963D2D
Complementary color
Monochromatic Colors of #963D2D
Black with #963D2D
Text Example
Text Example
White with #963D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D2D; }
p { color: rgb(150,61,45); }
H1.HeaderClassName
{
color: #963D2D;
}
.AnyTagClassName
{
color: #963D2D;
}
</style>
background-color css
<style>
a { background-color: #963D2D; }
a { background-color: rgb(150,61,45); }
div.DivClassName
{
background-color: #963D2D;
}
.BgClassName
{
background-color: #963D2D;
}
</style>
border-color css
<style>
span { border-color: #963D2D; }
span { border-color: rgb(150,61,45); }
td.TdClassName
{
border-color: #963D2D;
}
.TagClassName
{
border-color: #963D2D;
}
</style>