Shades of Tia Maria #99432E
Tints of Tia Maria #99432E
RGB
CMYK
RGB Variations
Color information
#99432E (or 0x99432E) is known color: Tia Maria. HEX triplet: 99, 43 and 2E. RGB value is (153,67,46). Sum of RGB (Red+Green+Blue) = 153+67+46=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99432E is #66BCD1. Grayscale: #5A5A5A. Windows color (decimal): -6733010 or 3031961. OLE color: 3031961.
HSL color Cylindrical-coordinate representation of color #99432E: hue angle of 11.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99432E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 46 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.4 |
| HSL | 11.78º | 0.54% | 0.39% | - |
| HSV(B) | 11.78º | 0.7% | 0.6% | - |
| XYZ | 15.64 | 10.98 | 3.88 | - |
| YUV | 90.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 46 | 0 | 0.56 | 0.70 | 0.4 | 11.78 | 0.54 | 0.39 |
| Hex | 99 | 43 | 2E | 0 | 38 | 46 | 28 | C | 36 | 27 |
| Octal | 231 | 103 | 56 | 0 | 70 | 106 | 50 | 14 | 66 | 47 |
| Binary | 10011001 | 1000011 | 101110 | 0 | 111000 | 1000110 | 101000 | 1100 | 110110 | 100111 |
Color Harmonies of #99432E
Complementary color
Monochromatic Colors of #99432E
Black with #99432E
Text Example
Text Example
White with #99432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99432E; }
p { color: rgb(153,67,46); }
H1.HeaderClassName
{
color: #99432E;
}
.AnyTagClassName
{
color: #99432E;
}
</style>
background-color css
<style>
a { background-color: #99432E; }
a { background-color: rgb(153,67,46); }
div.DivClassName
{
background-color: #99432E;
}
.BgClassName
{
background-color: #99432E;
}
</style>
border-color css
<style>
span { border-color: #99432E; }
span { border-color: rgb(153,67,46); }
td.TdClassName
{
border-color: #99432E;
}
.TagClassName
{
border-color: #99432E;
}
</style>