Shades of Tia Maria #95442C
Tints of Tia Maria #95442C
RGB
CMYK
RGB Variations
Color information
#95442C (or 0x95442C) is known color: Tia Maria. HEX triplet: 95, 44 and 2C. RGB value is (149,68,44). Sum of RGB (Red+Green+Blue) = 149+68+44=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95442C is #6ABBD3. Grayscale: #595959. Windows color (decimal): -6994900 or 2901141. OLE color: 2901141.
HSL color Cylindrical-coordinate representation of color #95442C: hue angle of 13.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 #95442C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 44 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.42 |
| HSL | 13.71º | 0.54% | 0.38% | - |
| HSV(B) | 13.71º | 0.7% | 0.58% | - |
| XYZ | 14.92 | 10.71 | 3.66 | - |
| YUV | 89.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 44 | 0 | 0.54 | 0.70 | 0.42 | 13.71 | 0.54 | 0.38 |
| Hex | 95 | 44 | 2C | 0 | 36 | 46 | 2A | E | 36 | 26 |
| Octal | 225 | 104 | 54 | 0 | 66 | 106 | 52 | 16 | 66 | 46 |
| Binary | 10010101 | 1000100 | 101100 | 0 | 110110 | 1000110 | 101010 | 1110 | 110110 | 100110 |
Color Harmonies of #95442C
Complementary color
Monochromatic Colors of #95442C
Black with #95442C
Text Example
Text Example
White with #95442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95442C; }
p { color: rgb(149,68,44); }
H1.HeaderClassName
{
color: #95442C;
}
.AnyTagClassName
{
color: #95442C;
}
</style>
background-color css
<style>
a { background-color: #95442C; }
a { background-color: rgb(149,68,44); }
div.DivClassName
{
background-color: #95442C;
}
.BgClassName
{
background-color: #95442C;
}
</style>
border-color css
<style>
span { border-color: #95442C; }
span { border-color: rgb(149,68,44); }
td.TdClassName
{
border-color: #95442C;
}
.TagClassName
{
border-color: #95442C;
}
</style>