Shades of Tia Maria #994130
Tints of Tia Maria #994130
RGB
CMYK
RGB Variations
Color information
#994130 (or 0x994130) is known color: Tia Maria. HEX triplet: 99, 41 and 30. RGB value is (153,65,48). Sum of RGB (Red+Green+Blue) = 153+65+48=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #994130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994130 is #66BECF. Grayscale: #595959. Windows color (decimal): -6733520 or 3162521. OLE color: 3162521.
HSL color Cylindrical-coordinate representation of color #994130: hue angle of 9.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994130 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 48 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.4 |
| HSL | 9.71º | 0.52% | 0.39% | - |
| HSV(B) | 9.71º | 0.69% | 0.6% | - |
| XYZ | 15.56 | 10.77 | 4.05 | - |
| YUV | 89.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 48 | 0 | 0.58 | 0.69 | 0.4 | 9.71 | 0.52 | 0.39 |
| Hex | 99 | 41 | 30 | 0 | 3A | 45 | 28 | A | 34 | 27 |
| Octal | 231 | 101 | 60 | 0 | 72 | 105 | 50 | 12 | 64 | 47 |
| Binary | 10011001 | 1000001 | 110000 | 0 | 111010 | 1000101 | 101000 | 1010 | 110100 | 100111 |
Color Harmonies of #994130
Complementary color
Monochromatic Colors of #994130
Black with #994130
Text Example
Text Example
White with #994130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994130; }
p { color: rgb(153,65,48); }
H1.HeaderClassName
{
color: #994130;
}
.AnyTagClassName
{
color: #994130;
}
</style>
background-color css
<style>
a { background-color: #994130; }
a { background-color: rgb(153,65,48); }
div.DivClassName
{
background-color: #994130;
}
.BgClassName
{
background-color: #994130;
}
</style>
border-color css
<style>
span { border-color: #994130; }
span { border-color: rgb(153,65,48); }
td.TdClassName
{
border-color: #994130;
}
.TagClassName
{
border-color: #994130;
}
</style>