Shades of Tia Maria #993927
Tints of Tia Maria #993927
RGB
CMYK
RGB Variations
Color information
#993927 (or 0x993927) is known color: Tia Maria. HEX triplet: 99, 39 and 27. RGB value is (153,57,39). Sum of RGB (Red+Green+Blue) = 153+57+39=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #993927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993927 is #66C6D8. Grayscale: #535353. Windows color (decimal): -6735577 or 2570649. OLE color: 2570649.
HSL color Cylindrical-coordinate representation of color #993927: hue angle of 9.47º 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 #993927 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 39 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.4 |
| HSL | 9.47º | 0.59% | 0.38% | - |
| HSV(B) | 9.47º | 0.75% | 0.6% | - |
| XYZ | 14.97 | 9.85 | 3.03 | - |
| YUV | 83.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 39 | 0 | 0.63 | 0.75 | 0.4 | 9.47 | 0.59 | 0.38 |
| Hex | 99 | 39 | 27 | 0 | 3F | 4B | 28 | 9 | 3B | 26 |
| Octal | 231 | 71 | 47 | 0 | 77 | 113 | 50 | 11 | 73 | 46 |
| Binary | 10011001 | 111001 | 100111 | 0 | 111111 | 1001011 | 101000 | 1001 | 111011 | 100110 |
Color Harmonies of #993927
Complementary color
Monochromatic Colors of #993927
Black with #993927
Text Example
Text Example
White with #993927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993927; }
p { color: rgb(153,57,39); }
H1.HeaderClassName
{
color: #993927;
}
.AnyTagClassName
{
color: #993927;
}
</style>
background-color css
<style>
a { background-color: #993927; }
a { background-color: rgb(153,57,39); }
div.DivClassName
{
background-color: #993927;
}
.BgClassName
{
background-color: #993927;
}
</style>
border-color css
<style>
span { border-color: #993927; }
span { border-color: rgb(153,57,39); }
td.TdClassName
{
border-color: #993927;
}
.TagClassName
{
border-color: #993927;
}
</style>