Shades of Tia Maria #993B23
Tints of Tia Maria #993B23
RGB
CMYK
RGB Variations
Color information
#993B23 (or 0x993B23) is known color: Tia Maria. HEX triplet: 99, 3B and 23. RGB value is (153,59,35). Sum of RGB (Red+Green+Blue) = 153+59+35=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B23 is #66C4DC. Grayscale: #545454. Windows color (decimal): -6735069 or 2309017. OLE color: 2309017.
HSL color Cylindrical-coordinate representation of color #993B23: hue angle of 12.2º 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 #993B23 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 35 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.4 |
| HSL | 12.2º | 0.63% | 0.37% | - |
| HSV(B) | 12.2º | 0.77% | 0.6% | - |
| XYZ | 15 | 10.02 | 2.73 | - |
| YUV | 84.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 35 | 0 | 0.61 | 0.77 | 0.4 | 12.2 | 0.63 | 0.37 |
| Hex | 99 | 3B | 23 | 0 | 3D | 4D | 28 | C | 3F | 25 |
| Octal | 231 | 73 | 43 | 0 | 75 | 115 | 50 | 14 | 77 | 45 |
| Binary | 10011001 | 111011 | 100011 | 0 | 111101 | 1001101 | 101000 | 1100 | 111111 | 100101 |
Color Harmonies of #993B23
Complementary color
Monochromatic Colors of #993B23
Black with #993B23
Text Example
Text Example
White with #993B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B23; }
p { color: rgb(153,59,35); }
H1.HeaderClassName
{
color: #993B23;
}
.AnyTagClassName
{
color: #993B23;
}
</style>
background-color css
<style>
a { background-color: #993B23; }
a { background-color: rgb(153,59,35); }
div.DivClassName
{
background-color: #993B23;
}
.BgClassName
{
background-color: #993B23;
}
</style>
border-color css
<style>
span { border-color: #993B23; }
span { border-color: rgb(153,59,35); }
td.TdClassName
{
border-color: #993B23;
}
.TagClassName
{
border-color: #993B23;
}
</style>