Shades of Tia Maria #963E2F
Tints of Tia Maria #963E2F
RGB
CMYK
RGB Variations
Color information
#963E2F (or 0x963E2F) is known color: Tia Maria. HEX triplet: 96, 3E and 2F. RGB value is (150,62,47). Sum of RGB (Red+Green+Blue) = 150+62+47=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E2F is #69C1D0. Grayscale: #565656. Windows color (decimal): -6930897 or 3096214. OLE color: 3096214.
HSL color Cylindrical-coordinate representation of color #963E2F: hue angle of 8.74º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963E2F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 47 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.41 |
| HSL | 8.74º | 0.52% | 0.39% | - |
| HSV(B) | 8.74º | 0.69% | 0.59% | - |
| XYZ | 14.81 | 10.13 | 3.86 | - |
| YUV | 86.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 47 | 0 | 0.59 | 0.69 | 0.41 | 8.74 | 0.52 | 0.39 |
| Hex | 96 | 3E | 2F | 0 | 3B | 45 | 29 | 9 | 34 | 27 |
| Octal | 226 | 76 | 57 | 0 | 73 | 105 | 51 | 11 | 64 | 47 |
| Binary | 10010110 | 111110 | 101111 | 0 | 111011 | 1000101 | 101001 | 1001 | 110100 | 100111 |
Color Harmonies of #963E2F
Complementary color
Monochromatic Colors of #963E2F
Black with #963E2F
Text Example
Text Example
White with #963E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E2F; }
p { color: rgb(150,62,47); }
H1.HeaderClassName
{
color: #963E2F;
}
.AnyTagClassName
{
color: #963E2F;
}
</style>
background-color css
<style>
a { background-color: #963E2F; }
a { background-color: rgb(150,62,47); }
div.DivClassName
{
background-color: #963E2F;
}
.BgClassName
{
background-color: #963E2F;
}
</style>
border-color css
<style>
span { border-color: #963E2F; }
span { border-color: rgb(150,62,47); }
td.TdClassName
{
border-color: #963E2F;
}
.TagClassName
{
border-color: #963E2F;
}
</style>