Shades of Tia Maria #9A3E28
Tints of Tia Maria #9A3E28
RGB
CMYK
RGB Variations
Color information
#9A3E28 (or 0x9A3E28) is known color: Tia Maria. HEX triplet: 9A, 3E and 28. RGB value is (154,62,40). Sum of RGB (Red+Green+Blue) = 154+62+40=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E28 is #65C1D7. Grayscale: #575757. Windows color (decimal): -6668760 or 2637466. OLE color: 2637466.
HSL color Cylindrical-coordinate representation of color #9A3E28: hue angle of 11.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A3E28 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 40 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.40 |
| HSL | 11.58º | 0.59% | 0.38% | - |
| HSV(B) | 11.58º | 0.74% | 0.6% | - |
| XYZ | 15.43 | 10.47 | 3.21 | - |
| YUV | 87 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 40 | 0 | 0.60 | 0.74 | 0.40 | 11.58 | 0.59 | 0.38 |
| Hex | 9A | 3E | 28 | 0 | 3C | 4A | 28 | C | 3B | 26 |
| Octal | 232 | 76 | 50 | 0 | 74 | 112 | 50 | 14 | 73 | 46 |
| Binary | 10011010 | 111110 | 101000 | 0 | 111100 | 1001010 | 101000 | 1100 | 111011 | 100110 |
Color Harmonies of #9A3E28
Complementary color
Monochromatic Colors of #9A3E28
Black with #9A3E28
Text Example
Text Example
White with #9A3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E28; }
p { color: rgb(154,62,40); }
H1.HeaderClassName
{
color: #9A3E28;
}
.AnyTagClassName
{
color: #9A3E28;
}
</style>
background-color css
<style>
a { background-color: #9A3E28; }
a { background-color: rgb(154,62,40); }
div.DivClassName
{
background-color: #9A3E28;
}
.BgClassName
{
background-color: #9A3E28;
}
</style>
border-color css
<style>
span { border-color: #9A3E28; }
span { border-color: rgb(154,62,40); }
td.TdClassName
{
border-color: #9A3E28;
}
.TagClassName
{
border-color: #9A3E28;
}
</style>