Shades of Tia Maria #953D2E
Tints of Tia Maria #953D2E
RGB
CMYK
RGB Variations
Color information
#953D2E (or 0x953D2E) is known color: Tia Maria. HEX triplet: 95, 3D and 2E. RGB value is (149,61,46). Sum of RGB (Red+Green+Blue) = 149+61+46=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D2E is #6AC2D1. Grayscale: #555555. Windows color (decimal): -6996690 or 3030421. OLE color: 3030421.
HSL color Cylindrical-coordinate representation of color #953D2E: hue angle of 8.74º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953D2E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 46 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.42 |
| HSL | 8.74º | 0.53% | 0.38% | - |
| HSV(B) | 8.74º | 0.69% | 0.58% | - |
| XYZ | 14.56 | 9.92 | 3.73 | - |
| YUV | 85.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 46 | 0 | 0.59 | 0.69 | 0.42 | 8.74 | 0.53 | 0.38 |
| Hex | 95 | 3D | 2E | 0 | 3B | 45 | 2A | 9 | 35 | 26 |
| Octal | 225 | 75 | 56 | 0 | 73 | 105 | 52 | 11 | 65 | 46 |
| Binary | 10010101 | 111101 | 101110 | 0 | 111011 | 1000101 | 101010 | 1001 | 110101 | 100110 |
Color Harmonies of #953D2E
Complementary color
Monochromatic Colors of #953D2E
Black with #953D2E
Text Example
Text Example
White with #953D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D2E; }
p { color: rgb(149,61,46); }
H1.HeaderClassName
{
color: #953D2E;
}
.AnyTagClassName
{
color: #953D2E;
}
</style>
background-color css
<style>
a { background-color: #953D2E; }
a { background-color: rgb(149,61,46); }
div.DivClassName
{
background-color: #953D2E;
}
.BgClassName
{
background-color: #953D2E;
}
</style>
border-color css
<style>
span { border-color: #953D2E; }
span { border-color: rgb(149,61,46); }
td.TdClassName
{
border-color: #953D2E;
}
.TagClassName
{
border-color: #953D2E;
}
</style>