Shades of Tia Maria #953F2C
Tints of Tia Maria #953F2C
RGB
CMYK
RGB Variations
Color information
#953F2C (or 0x953F2C) is known color: Tia Maria. HEX triplet: 95, 3F and 2C. RGB value is (149,63,44). Sum of RGB (Red+Green+Blue) = 149+63+44=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F2C is #6AC0D3. Grayscale: #565656. Windows color (decimal): -6996180 or 2899861. OLE color: 2899861.
HSL color Cylindrical-coordinate representation of color #953F2C: hue angle of 10.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953F2C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 44 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.42 |
| HSL | 10.86º | 0.54% | 0.38% | - |
| HSV(B) | 10.86º | 0.7% | 0.58% | - |
| XYZ | 14.63 | 10.13 | 3.57 | - |
| YUV | 86.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 44 | 0 | 0.58 | 0.70 | 0.42 | 10.86 | 0.54 | 0.38 |
| Hex | 95 | 3F | 2C | 0 | 3A | 46 | 2A | B | 36 | 26 |
| Octal | 225 | 77 | 54 | 0 | 72 | 106 | 52 | 13 | 66 | 46 |
| Binary | 10010101 | 111111 | 101100 | 0 | 111010 | 1000110 | 101010 | 1011 | 110110 | 100110 |
Color Harmonies of #953F2C
Complementary color
Monochromatic Colors of #953F2C
Black with #953F2C
Text Example
Text Example
White with #953F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F2C; }
p { color: rgb(149,63,44); }
H1.HeaderClassName
{
color: #953F2C;
}
.AnyTagClassName
{
color: #953F2C;
}
</style>
background-color css
<style>
a { background-color: #953F2C; }
a { background-color: rgb(149,63,44); }
div.DivClassName
{
background-color: #953F2C;
}
.BgClassName
{
background-color: #953F2C;
}
</style>
border-color css
<style>
span { border-color: #953F2C; }
span { border-color: rgb(149,63,44); }
td.TdClassName
{
border-color: #953F2C;
}
.TagClassName
{
border-color: #953F2C;
}
</style>