Shades of Tia Maria #99452D
Tints of Tia Maria #99452D
RGB
CMYK
RGB Variations
Color information
#99452D (or 0x99452D) is known color: Tia Maria. HEX triplet: 99, 45 and 2D. RGB value is (153,69,45). Sum of RGB (Red+Green+Blue) = 153+69+45=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99452D is #66BAD2. Grayscale: #5B5B5B. Windows color (decimal): -6732499 or 2966937. OLE color: 2966937.
HSL color Cylindrical-coordinate representation of color #99452D: hue angle of 13.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99452D is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 45 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.4 |
| HSL | 13.33º | 0.55% | 0.39% | - |
| HSV(B) | 13.33º | 0.71% | 0.6% | - |
| XYZ | 15.74 | 11.22 | 3.82 | - |
| YUV | 91.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 45 | 0 | 0.55 | 0.71 | 0.4 | 13.33 | 0.55 | 0.39 |
| Hex | 99 | 45 | 2D | 0 | 37 | 47 | 28 | D | 37 | 27 |
| Octal | 231 | 105 | 55 | 0 | 67 | 107 | 50 | 15 | 67 | 47 |
| Binary | 10011001 | 1000101 | 101101 | 0 | 110111 | 1000111 | 101000 | 1101 | 110111 | 100111 |
Color Harmonies of #99452D
Complementary color
Monochromatic Colors of #99452D
Black with #99452D
Text Example
Text Example
White with #99452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99452D; }
p { color: rgb(153,69,45); }
H1.HeaderClassName
{
color: #99452D;
}
.AnyTagClassName
{
color: #99452D;
}
</style>
background-color css
<style>
a { background-color: #99452D; }
a { background-color: rgb(153,69,45); }
div.DivClassName
{
background-color: #99452D;
}
.BgClassName
{
background-color: #99452D;
}
</style>
border-color css
<style>
span { border-color: #99452D; }
span { border-color: rgb(153,69,45); }
td.TdClassName
{
border-color: #99452D;
}
.TagClassName
{
border-color: #99452D;
}
</style>