Shades of Tia Maria #9A3F1D
Tints of Tia Maria #9A3F1D
RGB
CMYK
RGB Variations
Color information
#9A3F1D (or 0x9A3F1D) is known color: Tia Maria. HEX triplet: 9A, 3F and 1D. RGB value is (154,63,29). Sum of RGB (Red+Green+Blue) = 154+63+29=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F1D is #65C0E2. Grayscale: #565656. Windows color (decimal): -6668515 or 1916826. OLE color: 1916826.
HSL color Cylindrical-coordinate representation of color #9A3F1D: hue angle of 16.32º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A3F1D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 63 | 29 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.40 |
| HSL | 16.32º | 0.68% | 0.36% | - |
| HSV(B) | 16.32º | 0.81% | 0.6% | - |
| XYZ | 15.33 | 10.51 | 2.38 | - |
| YUV | 86.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 29 | 0 | 0.59 | 0.81 | 0.40 | 16.32 | 0.68 | 0.36 |
| Hex | 9A | 3F | 1D | 0 | 3B | 51 | 28 | 10 | 44 | 24 |
| Octal | 232 | 77 | 35 | 0 | 73 | 121 | 50 | 20 | 104 | 44 |
| Binary | 10011010 | 111111 | 11101 | 0 | 111011 | 1010001 | 101000 | 10000 | 1000100 | 100100 |
Color Harmonies of #9A3F1D
Complementary color
Monochromatic Colors of #9A3F1D
Black with #9A3F1D
Text Example
Text Example
White with #9A3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3F1D; }
p { color: rgb(154,63,29); }
H1.HeaderClassName
{
color: #9A3F1D;
}
.AnyTagClassName
{
color: #9A3F1D;
}
</style>
background-color css
<style>
a { background-color: #9A3F1D; }
a { background-color: rgb(154,63,29); }
div.DivClassName
{
background-color: #9A3F1D;
}
.BgClassName
{
background-color: #9A3F1D;
}
</style>
border-color css
<style>
span { border-color: #9A3F1D; }
span { border-color: rgb(154,63,29); }
td.TdClassName
{
border-color: #9A3F1D;
}
.TagClassName
{
border-color: #9A3F1D;
}
</style>