Shades of Tia Maria #99401E
Tints of Tia Maria #99401E
RGB
CMYK
RGB Variations
Color information
#99401E (or 0x99401E) is known color: Tia Maria. HEX triplet: 99, 40 and 1E. RGB value is (153,64,30). Sum of RGB (Red+Green+Blue) = 153+64+30=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99401E is #66BFE1. Grayscale: #565656. Windows color (decimal): -6733794 or 1982617. OLE color: 1982617.
HSL color Cylindrical-coordinate representation of color #99401E: hue angle of 16.59º 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 #99401E is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 30 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.4 |
| HSL | 16.59º | 0.67% | 0.36% | - |
| HSV(B) | 16.59º | 0.8% | 0.6% | - |
| XYZ | 15.2 | 10.53 | 2.46 | - |
| YUV | 86.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 30 | 0 | 0.58 | 0.80 | 0.4 | 16.59 | 0.67 | 0.36 |
| Hex | 99 | 40 | 1E | 0 | 3A | 50 | 28 | 11 | 43 | 24 |
| Octal | 231 | 100 | 36 | 0 | 72 | 120 | 50 | 21 | 103 | 44 |
| Binary | 10011001 | 1000000 | 11110 | 0 | 111010 | 1010000 | 101000 | 10001 | 1000011 | 100100 |
Color Harmonies of #99401E
Complementary color
Monochromatic Colors of #99401E
Black with #99401E
Text Example
Text Example
White with #99401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99401E; }
p { color: rgb(153,64,30); }
H1.HeaderClassName
{
color: #99401E;
}
.AnyTagClassName
{
color: #99401E;
}
</style>
background-color css
<style>
a { background-color: #99401E; }
a { background-color: rgb(153,64,30); }
div.DivClassName
{
background-color: #99401E;
}
.BgClassName
{
background-color: #99401E;
}
</style>
border-color css
<style>
span { border-color: #99401E; }
span { border-color: rgb(153,64,30); }
td.TdClassName
{
border-color: #99401E;
}
.TagClassName
{
border-color: #99401E;
}
</style>