Shades of Tia Maria #954127
Tints of Tia Maria #954127
RGB
CMYK
RGB Variations
Color information
#954127 (or 0x954127) is known color: Tia Maria. HEX triplet: 95, 41 and 27. RGB value is (149,65,39). Sum of RGB (Red+Green+Blue) = 149+65+39=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954127 is #6ABED8. Grayscale: #575757. Windows color (decimal): -6995673 or 2572693. OLE color: 2572693.
HSL color Cylindrical-coordinate representation of color #954127: hue angle of 14.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #954127 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 39 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.42 |
| HSL | 14.18º | 0.59% | 0.37% | - |
| HSV(B) | 14.18º | 0.74% | 0.58% | - |
| XYZ | 14.65 | 10.32 | 3.14 | - |
| YUV | 87.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 39 | 0 | 0.56 | 0.74 | 0.42 | 14.18 | 0.59 | 0.37 |
| Hex | 95 | 41 | 27 | 0 | 38 | 4A | 2A | E | 3B | 25 |
| Octal | 225 | 101 | 47 | 0 | 70 | 112 | 52 | 16 | 73 | 45 |
| Binary | 10010101 | 1000001 | 100111 | 0 | 111000 | 1001010 | 101010 | 1110 | 111011 | 100101 |
Color Harmonies of #954127
Complementary color
Monochromatic Colors of #954127
Black with #954127
Text Example
Text Example
White with #954127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954127; }
p { color: rgb(149,65,39); }
H1.HeaderClassName
{
color: #954127;
}
.AnyTagClassName
{
color: #954127;
}
</style>
background-color css
<style>
a { background-color: #954127; }
a { background-color: rgb(149,65,39); }
div.DivClassName
{
background-color: #954127;
}
.BgClassName
{
background-color: #954127;
}
</style>
border-color css
<style>
span { border-color: #954127; }
span { border-color: rgb(149,65,39); }
td.TdClassName
{
border-color: #954127;
}
.TagClassName
{
border-color: #954127;
}
</style>