Shades of Tia Maria #99411E
Tints of Tia Maria #99411E
RGB
CMYK
RGB Variations
Color information
#99411E (or 0x99411E) is known color: Tia Maria. HEX triplet: 99, 41 and 1E. RGB value is (153,65,30). Sum of RGB (Red+Green+Blue) = 153+65+30=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99411E is #66BEE1. Grayscale: #575757. Windows color (decimal): -6733538 or 1982873. OLE color: 1982873.
HSL color Cylindrical-coordinate representation of color #99411E: hue angle of 17.07º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99411E is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 30 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.4 |
| HSL | 17.07º | 0.67% | 0.36% | - |
| HSV(B) | 17.07º | 0.8% | 0.6% | - |
| XYZ | 15.26 | 10.65 | 2.48 | - |
| YUV | 87.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 30 | 0 | 0.58 | 0.80 | 0.4 | 17.07 | 0.67 | 0.36 |
| Hex | 99 | 41 | 1E | 0 | 3A | 50 | 28 | 11 | 43 | 24 |
| Octal | 231 | 101 | 36 | 0 | 72 | 120 | 50 | 21 | 103 | 44 |
| Binary | 10011001 | 1000001 | 11110 | 0 | 111010 | 1010000 | 101000 | 10001 | 1000011 | 100100 |
Color Harmonies of #99411E
Complementary color
Monochromatic Colors of #99411E
Black with #99411E
Text Example
Text Example
White with #99411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99411E; }
p { color: rgb(153,65,30); }
H1.HeaderClassName
{
color: #99411E;
}
.AnyTagClassName
{
color: #99411E;
}
</style>
background-color css
<style>
a { background-color: #99411E; }
a { background-color: rgb(153,65,30); }
div.DivClassName
{
background-color: #99411E;
}
.BgClassName
{
background-color: #99411E;
}
</style>
border-color css
<style>
span { border-color: #99411E; }
span { border-color: rgb(153,65,30); }
td.TdClassName
{
border-color: #99411E;
}
.TagClassName
{
border-color: #99411E;
}
</style>