Shades of Tia Maria #993D25
Tints of Tia Maria #993D25
RGB
CMYK
RGB Variations
Color information
#993D25 (or 0x993D25) is known color: Tia Maria. HEX triplet: 99, 3D and 25. RGB value is (153,61,37). Sum of RGB (Red+Green+Blue) = 153+61+37=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #993D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D25 is #66C2DA. Grayscale: #555555. Windows color (decimal): -6734555 or 2440601. OLE color: 2440601.
HSL color Cylindrical-coordinate representation of color #993D25: hue angle of 12.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993D25 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 37 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.4 |
| HSL | 12.41º | 0.61% | 0.37% | - |
| HSV(B) | 12.41º | 0.76% | 0.6% | - |
| XYZ | 15.14 | 10.24 | 2.93 | - |
| YUV | 85.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 37 | 0 | 0.60 | 0.76 | 0.4 | 12.41 | 0.61 | 0.37 |
| Hex | 99 | 3D | 25 | 0 | 3C | 4C | 28 | C | 3D | 25 |
| Octal | 231 | 75 | 45 | 0 | 74 | 114 | 50 | 14 | 75 | 45 |
| Binary | 10011001 | 111101 | 100101 | 0 | 111100 | 1001100 | 101000 | 1100 | 111101 | 100101 |
Color Harmonies of #993D25
Complementary color
Monochromatic Colors of #993D25
Black with #993D25
Text Example
Text Example
White with #993D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D25; }
p { color: rgb(153,61,37); }
H1.HeaderClassName
{
color: #993D25;
}
.AnyTagClassName
{
color: #993D25;
}
</style>
background-color css
<style>
a { background-color: #993D25; }
a { background-color: rgb(153,61,37); }
div.DivClassName
{
background-color: #993D25;
}
.BgClassName
{
background-color: #993D25;
}
</style>
border-color css
<style>
span { border-color: #993D25; }
span { border-color: rgb(153,61,37); }
td.TdClassName
{
border-color: #993D25;
}
.TagClassName
{
border-color: #993D25;
}
</style>