Shades of Tia Maria #954633
Tints of Tia Maria #954633
RGB
CMYK
RGB Variations
Color information
#954633 (or 0x954633) is known color: Tia Maria. HEX triplet: 95, 46 and 33. RGB value is (149,70,51). Sum of RGB (Red+Green+Blue) = 149+70+51=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954633 is #6AB9CC. Grayscale: #5B5B5B. Windows color (decimal): -6994381 or 3360405. OLE color: 3360405.
HSL color Cylindrical-coordinate representation of color #954633: hue angle of 11.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954633 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 51 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.42 |
| HSL | 11.63º | 0.49% | 0.39% | - |
| HSV(B) | 11.63º | 0.66% | 0.58% | - |
| XYZ | 15.18 | 11.01 | 4.46 | - |
| YUV | 91.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 51 | 0 | 0.53 | 0.66 | 0.42 | 11.63 | 0.49 | 0.39 |
| Hex | 95 | 46 | 33 | 0 | 35 | 42 | 2A | C | 31 | 27 |
| Octal | 225 | 106 | 63 | 0 | 65 | 102 | 52 | 14 | 61 | 47 |
| Binary | 10010101 | 1000110 | 110011 | 0 | 110101 | 1000010 | 101010 | 1100 | 110001 | 100111 |
Color Harmonies of #954633
Complementary color
Monochromatic Colors of #954633
Black with #954633
Text Example
Text Example
White with #954633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954633; }
p { color: rgb(149,70,51); }
H1.HeaderClassName
{
color: #954633;
}
.AnyTagClassName
{
color: #954633;
}
</style>
background-color css
<style>
a { background-color: #954633; }
a { background-color: rgb(149,70,51); }
div.DivClassName
{
background-color: #954633;
}
.BgClassName
{
background-color: #954633;
}
</style>
border-color css
<style>
span { border-color: #954633; }
span { border-color: rgb(149,70,51); }
td.TdClassName
{
border-color: #954633;
}
.TagClassName
{
border-color: #954633;
}
</style>