Shades of Tia Maria #993D23
Tints of Tia Maria #993D23
RGB
CMYK
RGB Variations
Color information
#993D23 (or 0x993D23) is known color: Tia Maria. HEX triplet: 99, 3D and 23. RGB value is (153,61,35). Sum of RGB (Red+Green+Blue) = 153+61+35=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #993D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D23 is #66C2DC. Grayscale: #555555. Windows color (decimal): -6734557 or 2309529. OLE color: 2309529.
HSL color Cylindrical-coordinate representation of color #993D23: hue angle of 13.22º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993D23 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 35 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.4 |
| HSL | 13.22º | 0.63% | 0.37% | - |
| HSV(B) | 13.22º | 0.77% | 0.6% | - |
| XYZ | 15.11 | 10.23 | 2.77 | - |
| YUV | 85.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 35 | 0 | 0.60 | 0.77 | 0.4 | 13.22 | 0.63 | 0.37 |
| Hex | 99 | 3D | 23 | 0 | 3C | 4D | 28 | D | 3F | 25 |
| Octal | 231 | 75 | 43 | 0 | 74 | 115 | 50 | 15 | 77 | 45 |
| Binary | 10011001 | 111101 | 100011 | 0 | 111100 | 1001101 | 101000 | 1101 | 111111 | 100101 |
Color Harmonies of #993D23
Complementary color
Monochromatic Colors of #993D23
Black with #993D23
Text Example
Text Example
White with #993D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D23; }
p { color: rgb(153,61,35); }
H1.HeaderClassName
{
color: #993D23;
}
.AnyTagClassName
{
color: #993D23;
}
</style>
background-color css
<style>
a { background-color: #993D23; }
a { background-color: rgb(153,61,35); }
div.DivClassName
{
background-color: #993D23;
}
.BgClassName
{
background-color: #993D23;
}
</style>
border-color css
<style>
span { border-color: #993D23; }
span { border-color: rgb(153,61,35); }
td.TdClassName
{
border-color: #993D23;
}
.TagClassName
{
border-color: #993D23;
}
</style>