Shades of Tia Maria #9A3823
Tints of Tia Maria #9A3823
RGB
CMYK
RGB Variations
Color information
#9A3823 (or 0x9A3823) is known color: Tia Maria. HEX triplet: 9A, 38 and 23. RGB value is (154,56,35). Sum of RGB (Red+Green+Blue) = 154+56+35=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3823 is #65C7DC. Grayscale: #535353. Windows color (decimal): -6670301 or 2308250. OLE color: 2308250.
HSL color Cylindrical-coordinate representation of color #9A3823: hue angle of 10.59º 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 #9A3823 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 35 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.40 |
| HSL | 10.59º | 0.63% | 0.37% | - |
| HSV(B) | 10.59º | 0.77% | 0.6% | - |
| XYZ | 15.04 | 9.82 | 2.69 | - |
| YUV | 82.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 35 | 0 | 0.64 | 0.77 | 0.40 | 10.59 | 0.63 | 0.37 |
| Hex | 9A | 38 | 23 | 0 | 40 | 4D | 28 | B | 3F | 25 |
| Octal | 232 | 70 | 43 | 0 | 100 | 115 | 50 | 13 | 77 | 45 |
| Binary | 10011010 | 111000 | 100011 | 0 | 1000000 | 1001101 | 101000 | 1011 | 111111 | 100101 |
Color Harmonies of #9A3823
Complementary color
Monochromatic Colors of #9A3823
Black with #9A3823
Text Example
Text Example
White with #9A3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3823; }
p { color: rgb(154,56,35); }
H1.HeaderClassName
{
color: #9A3823;
}
.AnyTagClassName
{
color: #9A3823;
}
</style>
background-color css
<style>
a { background-color: #9A3823; }
a { background-color: rgb(154,56,35); }
div.DivClassName
{
background-color: #9A3823;
}
.BgClassName
{
background-color: #9A3823;
}
</style>
border-color css
<style>
span { border-color: #9A3823; }
span { border-color: rgb(154,56,35); }
td.TdClassName
{
border-color: #9A3823;
}
.TagClassName
{
border-color: #9A3823;
}
</style>