Shades of Tia Maria #95412D
Tints of Tia Maria #95412D
RGB
CMYK
RGB Variations
Color information
#95412D (or 0x95412D) is known color: Tia Maria. HEX triplet: 95, 41 and 2D. RGB value is (149,65,45). Sum of RGB (Red+Green+Blue) = 149+65+45=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412D is #6ABED2. Grayscale: #585858. Windows color (decimal): -6995667 or 2965909. OLE color: 2965909.
HSL color Cylindrical-coordinate representation of color #95412D: hue angle of 11.54º 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 #95412D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 45 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.42 |
| HSL | 11.54º | 0.54% | 0.38% | - |
| HSV(B) | 11.54º | 0.7% | 0.58% | - |
| XYZ | 14.76 | 10.36 | 3.7 | - |
| YUV | 87.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 45 | 0 | 0.56 | 0.70 | 0.42 | 11.54 | 0.54 | 0.38 |
| Hex | 95 | 41 | 2D | 0 | 38 | 46 | 2A | C | 36 | 26 |
| Octal | 225 | 101 | 55 | 0 | 70 | 106 | 52 | 14 | 66 | 46 |
| Binary | 10010101 | 1000001 | 101101 | 0 | 111000 | 1000110 | 101010 | 1100 | 110110 | 100110 |
Color Harmonies of #95412D
Complementary color
Monochromatic Colors of #95412D
Black with #95412D
Text Example
Text Example
White with #95412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95412D; }
p { color: rgb(149,65,45); }
H1.HeaderClassName
{
color: #95412D;
}
.AnyTagClassName
{
color: #95412D;
}
</style>
background-color css
<style>
a { background-color: #95412D; }
a { background-color: rgb(149,65,45); }
div.DivClassName
{
background-color: #95412D;
}
.BgClassName
{
background-color: #95412D;
}
</style>
border-color css
<style>
span { border-color: #95412D; }
span { border-color: rgb(149,65,45); }
td.TdClassName
{
border-color: #95412D;
}
.TagClassName
{
border-color: #95412D;
}
</style>