Shades of Tia Maria #953F2A
Tints of Tia Maria #953F2A
RGB
CMYK
RGB Variations
Color information
#953F2A (or 0x953F2A) is known color: Tia Maria. HEX triplet: 95, 3F and 2A. RGB value is (149,63,42). Sum of RGB (Red+Green+Blue) = 149+63+42=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F2A is #6AC0D5. Grayscale: #565656. Windows color (decimal): -6996182 or 2768789. OLE color: 2768789.
HSL color Cylindrical-coordinate representation of color #953F2A: hue angle of 11.78º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953F2A is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 42 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.42 |
| HSL | 11.78º | 0.56% | 0.37% | - |
| HSV(B) | 11.78º | 0.72% | 0.58% | - |
| XYZ | 14.59 | 10.11 | 3.37 | - |
| YUV | 86.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 42 | 0 | 0.58 | 0.72 | 0.42 | 11.78 | 0.56 | 0.37 |
| Hex | 95 | 3F | 2A | 0 | 3A | 48 | 2A | C | 38 | 25 |
| Octal | 225 | 77 | 52 | 0 | 72 | 110 | 52 | 14 | 70 | 45 |
| Binary | 10010101 | 111111 | 101010 | 0 | 111010 | 1001000 | 101010 | 1100 | 111000 | 100101 |
Color Harmonies of #953F2A
Complementary color
Monochromatic Colors of #953F2A
Black with #953F2A
Text Example
Text Example
White with #953F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F2A; }
p { color: rgb(149,63,42); }
H1.HeaderClassName
{
color: #953F2A;
}
.AnyTagClassName
{
color: #953F2A;
}
</style>
background-color css
<style>
a { background-color: #953F2A; }
a { background-color: rgb(149,63,42); }
div.DivClassName
{
background-color: #953F2A;
}
.BgClassName
{
background-color: #953F2A;
}
</style>
border-color css
<style>
span { border-color: #953F2A; }
span { border-color: rgb(149,63,42); }
td.TdClassName
{
border-color: #953F2A;
}
.TagClassName
{
border-color: #953F2A;
}
</style>