Shades of Tia Maria #9A401F
Tints of Tia Maria #9A401F
RGB
CMYK
RGB Variations
Color information
#9A401F (or 0x9A401F) is known color: Tia Maria. HEX triplet: 9A, 40 and 1F. RGB value is (154,64,31). Sum of RGB (Red+Green+Blue) = 154+64+31=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A401F is #65BFE0. Grayscale: #575757. Windows color (decimal): -6668257 or 2048154. OLE color: 2048154.
HSL color Cylindrical-coordinate representation of color #9A401F: hue angle of 16.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A401F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 31 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.40 |
| HSL | 16.1º | 0.66% | 0.36% | - |
| HSV(B) | 16.1º | 0.8% | 0.6% | - |
| XYZ | 15.41 | 10.64 | 2.54 | - |
| YUV | 87.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 31 | 0 | 0.58 | 0.80 | 0.40 | 16.1 | 0.66 | 0.36 |
| Hex | 9A | 40 | 1F | 0 | 3A | 50 | 28 | 10 | 42 | 24 |
| Octal | 232 | 100 | 37 | 0 | 72 | 120 | 50 | 20 | 102 | 44 |
| Binary | 10011010 | 1000000 | 11111 | 0 | 111010 | 1010000 | 101000 | 10000 | 1000010 | 100100 |
Color Harmonies of #9A401F
Complementary color
Monochromatic Colors of #9A401F
Black with #9A401F
Text Example
Text Example
White with #9A401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A401F; }
p { color: rgb(154,64,31); }
H1.HeaderClassName
{
color: #9A401F;
}
.AnyTagClassName
{
color: #9A401F;
}
</style>
background-color css
<style>
a { background-color: #9A401F; }
a { background-color: rgb(154,64,31); }
div.DivClassName
{
background-color: #9A401F;
}
.BgClassName
{
background-color: #9A401F;
}
</style>
border-color css
<style>
span { border-color: #9A401F; }
span { border-color: rgb(154,64,31); }
td.TdClassName
{
border-color: #9A401F;
}
.TagClassName
{
border-color: #9A401F;
}
</style>