Shades of Tia Maria #95412C
Tints of Tia Maria #95412C
RGB
CMYK
RGB Variations
Color information
#95412C (or 0x95412C) is known color: Tia Maria. HEX triplet: 95, 41 and 2C. RGB value is (149,65,44). Sum of RGB (Red+Green+Blue) = 149+65+44=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412C is #6ABED3. Grayscale: #575757. Windows color (decimal): -6995668 or 2900373. OLE color: 2900373.
HSL color Cylindrical-coordinate representation of color #95412C: hue angle of 12º 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 #95412C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 44 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.42 |
| HSL | 12º | 0.54% | 0.38% | - |
| HSV(B) | 12º | 0.7% | 0.58% | - |
| XYZ | 14.74 | 10.35 | 3.6 | - |
| YUV | 87.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 44 | 0 | 0.56 | 0.70 | 0.42 | 12 | 0.54 | 0.38 |
| Hex | 95 | 41 | 2C | 0 | 38 | 46 | 2A | C | 36 | 26 |
| Octal | 225 | 101 | 54 | 0 | 70 | 106 | 52 | 14 | 66 | 46 |
| Binary | 10010101 | 1000001 | 101100 | 0 | 111000 | 1000110 | 101010 | 1100 | 110110 | 100110 |
Color Harmonies of #95412C
Complementary color
Monochromatic Colors of #95412C
Black with #95412C
Text Example
Text Example
White with #95412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95412C; }
p { color: rgb(149,65,44); }
H1.HeaderClassName
{
color: #95412C;
}
.AnyTagClassName
{
color: #95412C;
}
</style>
background-color css
<style>
a { background-color: #95412C; }
a { background-color: rgb(149,65,44); }
div.DivClassName
{
background-color: #95412C;
}
.BgClassName
{
background-color: #95412C;
}
</style>
border-color css
<style>
span { border-color: #95412C; }
span { border-color: rgb(149,65,44); }
td.TdClassName
{
border-color: #95412C;
}
.TagClassName
{
border-color: #95412C;
}
</style>