Shades of Tia Maria #993D26
Tints of Tia Maria #993D26
RGB
CMYK
RGB Variations
Color information
#993D26 (or 0x993D26) is known color: Tia Maria. HEX triplet: 99, 3D and 26. RGB value is (153,61,38). Sum of RGB (Red+Green+Blue) = 153+61+38=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #993D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D26 is #66C2D9. Grayscale: #565656. Windows color (decimal): -6734554 or 2506137. OLE color: 2506137.
HSL color Cylindrical-coordinate representation of color #993D26: hue angle of 12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993D26 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 38 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.4 |
| HSL | 12º | 0.6% | 0.37% | - |
| HSV(B) | 12º | 0.75% | 0.6% | - |
| XYZ | 15.16 | 10.25 | 3.01 | - |
| YUV | 85.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 38 | 0 | 0.60 | 0.75 | 0.4 | 12 | 0.6 | 0.37 |
| Hex | 99 | 3D | 26 | 0 | 3C | 4B | 28 | C | 3C | 25 |
| Octal | 231 | 75 | 46 | 0 | 74 | 113 | 50 | 14 | 74 | 45 |
| Binary | 10011001 | 111101 | 100110 | 0 | 111100 | 1001011 | 101000 | 1100 | 111100 | 100101 |
Color Harmonies of #993D26
Complementary color
Monochromatic Colors of #993D26
Black with #993D26
Text Example
Text Example
White with #993D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D26; }
p { color: rgb(153,61,38); }
H1.HeaderClassName
{
color: #993D26;
}
.AnyTagClassName
{
color: #993D26;
}
</style>
background-color css
<style>
a { background-color: #993D26; }
a { background-color: rgb(153,61,38); }
div.DivClassName
{
background-color: #993D26;
}
.BgClassName
{
background-color: #993D26;
}
</style>
border-color css
<style>
span { border-color: #993D26; }
span { border-color: rgb(153,61,38); }
td.TdClassName
{
border-color: #993D26;
}
.TagClassName
{
border-color: #993D26;
}
</style>