Shades of Tia Maria #953D2C
Tints of Tia Maria #953D2C
RGB
CMYK
RGB Variations
Color information
#953D2C (or 0x953D2C) is known color: Tia Maria. HEX triplet: 95, 3D and 2C. RGB value is (149,61,44). Sum of RGB (Red+Green+Blue) = 149+61+44=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D2C is #6AC2D3. Grayscale: #555555. Windows color (decimal): -6996692 or 2899349. OLE color: 2899349.
HSL color Cylindrical-coordinate representation of color #953D2C: hue angle of 9.71º 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 #953D2C is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 44 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.42 |
| HSL | 9.71º | 0.54% | 0.38% | - |
| HSV(B) | 9.71º | 0.7% | 0.58% | - |
| XYZ | 14.52 | 9.91 | 3.53 | - |
| YUV | 85.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 44 | 0 | 0.59 | 0.70 | 0.42 | 9.71 | 0.54 | 0.38 |
| Hex | 95 | 3D | 2C | 0 | 3B | 46 | 2A | A | 36 | 26 |
| Octal | 225 | 75 | 54 | 0 | 73 | 106 | 52 | 12 | 66 | 46 |
| Binary | 10010101 | 111101 | 101100 | 0 | 111011 | 1000110 | 101010 | 1010 | 110110 | 100110 |
Color Harmonies of #953D2C
Complementary color
Monochromatic Colors of #953D2C
Black with #953D2C
Text Example
Text Example
White with #953D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D2C; }
p { color: rgb(149,61,44); }
H1.HeaderClassName
{
color: #953D2C;
}
.AnyTagClassName
{
color: #953D2C;
}
</style>
background-color css
<style>
a { background-color: #953D2C; }
a { background-color: rgb(149,61,44); }
div.DivClassName
{
background-color: #953D2C;
}
.BgClassName
{
background-color: #953D2C;
}
</style>
border-color css
<style>
span { border-color: #953D2C; }
span { border-color: rgb(149,61,44); }
td.TdClassName
{
border-color: #953D2C;
}
.TagClassName
{
border-color: #953D2C;
}
</style>