Shades of Tia Maria #99452B
Tints of Tia Maria #99452B
RGB
CMYK
RGB Variations
Color information
#99452B (or 0x99452B) is known color: Tia Maria. HEX triplet: 99, 45 and 2B. RGB value is (153,69,43). Sum of RGB (Red+Green+Blue) = 153+69+43=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99452B is #66BAD4. Grayscale: #5B5B5B. Windows color (decimal): -6732501 or 2835865. OLE color: 2835865.
HSL color Cylindrical-coordinate representation of color #99452B: hue angle of 14.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99452B is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 43 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.4 |
| HSL | 14.18º | 0.56% | 0.38% | - |
| HSV(B) | 14.18º | 0.72% | 0.6% | - |
| XYZ | 15.7 | 11.2 | 3.62 | - |
| YUV | 91.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 43 | 0 | 0.55 | 0.72 | 0.4 | 14.18 | 0.56 | 0.38 |
| Hex | 99 | 45 | 2B | 0 | 37 | 48 | 28 | E | 38 | 26 |
| Octal | 231 | 105 | 53 | 0 | 67 | 110 | 50 | 16 | 70 | 46 |
| Binary | 10011001 | 1000101 | 101011 | 0 | 110111 | 1001000 | 101000 | 1110 | 111000 | 100110 |
Color Harmonies of #99452B
Complementary color
Monochromatic Colors of #99452B
Black with #99452B
Text Example
Text Example
White with #99452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99452B; }
p { color: rgb(153,69,43); }
H1.HeaderClassName
{
color: #99452B;
}
.AnyTagClassName
{
color: #99452B;
}
</style>
background-color css
<style>
a { background-color: #99452B; }
a { background-color: rgb(153,69,43); }
div.DivClassName
{
background-color: #99452B;
}
.BgClassName
{
background-color: #99452B;
}
</style>
border-color css
<style>
span { border-color: #99452B; }
span { border-color: rgb(153,69,43); }
td.TdClassName
{
border-color: #99452B;
}
.TagClassName
{
border-color: #99452B;
}
</style>