Shades of Tia Maria #9A4130
Tints of Tia Maria #9A4130
RGB
CMYK
RGB Variations
Color information
#9A4130 (or 0x9A4130) is known color: Tia Maria. HEX triplet: 9A, 41 and 30. RGB value is (154,65,48). Sum of RGB (Red+Green+Blue) = 154+65+48=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4130 is #65BECF. Grayscale: #595959. Windows color (decimal): -6667984 or 3162522. OLE color: 3162522.
HSL color Cylindrical-coordinate representation of color #9A4130: hue angle of 9.62º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A4130 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 48 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.40 |
| HSL | 9.62º | 0.52% | 0.4% | - |
| HSV(B) | 9.62º | 0.69% | 0.6% | - |
| XYZ | 15.75 | 10.86 | 4.06 | - |
| YUV | 89.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 48 | 0 | 0.58 | 0.69 | 0.40 | 9.62 | 0.52 | 0.4 |
| Hex | 9A | 41 | 30 | 0 | 3A | 45 | 28 | A | 34 | 28 |
| Octal | 232 | 101 | 60 | 0 | 72 | 105 | 50 | 12 | 64 | 50 |
| Binary | 10011010 | 1000001 | 110000 | 0 | 111010 | 1000101 | 101000 | 1010 | 110100 | 101000 |
Color Harmonies of #9A4130
Complementary color
Monochromatic Colors of #9A4130
Black with #9A4130
Text Example
Text Example
White with #9A4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4130; }
p { color: rgb(154,65,48); }
H1.HeaderClassName
{
color: #9A4130;
}
.AnyTagClassName
{
color: #9A4130;
}
</style>
background-color css
<style>
a { background-color: #9A4130; }
a { background-color: rgb(154,65,48); }
div.DivClassName
{
background-color: #9A4130;
}
.BgClassName
{
background-color: #9A4130;
}
</style>
border-color css
<style>
span { border-color: #9A4130; }
span { border-color: rgb(154,65,48); }
td.TdClassName
{
border-color: #9A4130;
}
.TagClassName
{
border-color: #9A4130;
}
</style>