Shades of Tia Maria #993D27
Tints of Tia Maria #993D27
RGB
CMYK
RGB Variations
Color information
#993D27 (or 0x993D27) is known color: Tia Maria. HEX triplet: 99, 3D and 27. RGB value is (153,61,39). Sum of RGB (Red+Green+Blue) = 153+61+39=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D27 is #66C2D8. Grayscale: #565656. Windows color (decimal): -6734553 or 2571673. OLE color: 2571673.
HSL color Cylindrical-coordinate representation of color #993D27: hue angle of 11.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993D27 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 39 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.4 |
| HSL | 11.58º | 0.59% | 0.38% | - |
| HSV(B) | 11.58º | 0.75% | 0.6% | - |
| XYZ | 15.17 | 10.26 | 3.1 | - |
| YUV | 86 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 39 | 0 | 0.60 | 0.75 | 0.4 | 11.58 | 0.59 | 0.38 |
| Hex | 99 | 3D | 27 | 0 | 3C | 4B | 28 | C | 3B | 26 |
| Octal | 231 | 75 | 47 | 0 | 74 | 113 | 50 | 14 | 73 | 46 |
| Binary | 10011001 | 111101 | 100111 | 0 | 111100 | 1001011 | 101000 | 1100 | 111011 | 100110 |
Color Harmonies of #993D27
Complementary color
Monochromatic Colors of #993D27
Black with #993D27
Text Example
Text Example
White with #993D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D27; }
p { color: rgb(153,61,39); }
H1.HeaderClassName
{
color: #993D27;
}
.AnyTagClassName
{
color: #993D27;
}
</style>
background-color css
<style>
a { background-color: #993D27; }
a { background-color: rgb(153,61,39); }
div.DivClassName
{
background-color: #993D27;
}
.BgClassName
{
background-color: #993D27;
}
</style>
border-color css
<style>
span { border-color: #993D27; }
span { border-color: rgb(153,61,39); }
td.TdClassName
{
border-color: #993D27;
}
.TagClassName
{
border-color: #993D27;
}
</style>