Shades of Tia Maria #95472B
Tints of Tia Maria #95472B
RGB
CMYK
RGB Variations
Color information
#95472B (or 0x95472B) is known color: Tia Maria. HEX triplet: 95, 47 and 2B. RGB value is (149,71,43). Sum of RGB (Red+Green+Blue) = 149+71+43=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95472B is #6AB8D4. Grayscale: #5B5B5B. Windows color (decimal): -6994133 or 2836373. OLE color: 2836373.
HSL color Cylindrical-coordinate representation of color #95472B: hue angle of 15.85º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95472B is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 43 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.42 |
| HSL | 15.85º | 0.55% | 0.38% | - |
| HSV(B) | 15.85º | 0.71% | 0.58% | - |
| XYZ | 15.08 | 11.07 | 3.63 | - |
| YUV | 91.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 43 | 0 | 0.52 | 0.71 | 0.42 | 15.85 | 0.55 | 0.38 |
| Hex | 95 | 47 | 2B | 0 | 34 | 47 | 2A | 10 | 37 | 26 |
| Octal | 225 | 107 | 53 | 0 | 64 | 107 | 52 | 20 | 67 | 46 |
| Binary | 10010101 | 1000111 | 101011 | 0 | 110100 | 1000111 | 101010 | 10000 | 110111 | 100110 |
Color Harmonies of #95472B
Complementary color
Monochromatic Colors of #95472B
Black with #95472B
Text Example
Text Example
White with #95472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95472B; }
p { color: rgb(149,71,43); }
H1.HeaderClassName
{
color: #95472B;
}
.AnyTagClassName
{
color: #95472B;
}
</style>
background-color css
<style>
a { background-color: #95472B; }
a { background-color: rgb(149,71,43); }
div.DivClassName
{
background-color: #95472B;
}
.BgClassName
{
background-color: #95472B;
}
</style>
border-color css
<style>
span { border-color: #95472B; }
span { border-color: rgb(149,71,43); }
td.TdClassName
{
border-color: #95472B;
}
.TagClassName
{
border-color: #95472B;
}
</style>