Shades of Tia Maria #954528
Tints of Tia Maria #954528
RGB
CMYK
RGB Variations
Color information
#954528 (or 0x954528) is known color: Tia Maria. HEX triplet: 95, 45 and 28. RGB value is (149,69,40). Sum of RGB (Red+Green+Blue) = 149+69+40=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954528 is #6ABAD7. Grayscale: #595959. Windows color (decimal): -6994648 or 2639253. OLE color: 2639253.
HSL color Cylindrical-coordinate representation of color #954528: hue angle of 15.96º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #954528 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 40 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.42 |
| HSL | 15.96º | 0.58% | 0.37% | - |
| HSV(B) | 15.96º | 0.73% | 0.58% | - |
| XYZ | 14.91 | 10.8 | 3.31 | - |
| YUV | 89.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 40 | 0 | 0.54 | 0.73 | 0.42 | 15.96 | 0.58 | 0.37 |
| Hex | 95 | 45 | 28 | 0 | 36 | 49 | 2A | 10 | 3A | 25 |
| Octal | 225 | 105 | 50 | 0 | 66 | 111 | 52 | 20 | 72 | 45 |
| Binary | 10010101 | 1000101 | 101000 | 0 | 110110 | 1001001 | 101010 | 10000 | 111010 | 100101 |
Color Harmonies of #954528
Complementary color
Monochromatic Colors of #954528
Black with #954528
Text Example
Text Example
White with #954528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954528; }
p { color: rgb(149,69,40); }
H1.HeaderClassName
{
color: #954528;
}
.AnyTagClassName
{
color: #954528;
}
</style>
background-color css
<style>
a { background-color: #954528; }
a { background-color: rgb(149,69,40); }
div.DivClassName
{
background-color: #954528;
}
.BgClassName
{
background-color: #954528;
}
</style>
border-color css
<style>
span { border-color: #954528; }
span { border-color: rgb(149,69,40); }
td.TdClassName
{
border-color: #954528;
}
.TagClassName
{
border-color: #954528;
}
</style>