Shades of Tia Maria #9B402C
Tints of Tia Maria #9B402C
RGB
CMYK
RGB Variations
Color information
#9B402C (or 0x9B402C) is known color: Tia Maria. HEX triplet: 9B, 40 and 2C. RGB value is (155,64,44). Sum of RGB (Red+Green+Blue) = 155+64+44=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B402C is #64BFD3. Grayscale: #595959. Windows color (decimal): -6602708 or 2900123. OLE color: 2900123.
HSL color Cylindrical-coordinate representation of color #9B402C: hue angle of 10.81º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B402C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 44 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.39 |
| HSL | 10.81º | 0.56% | 0.39% | - |
| HSV(B) | 10.81º | 0.72% | 0.61% | - |
| XYZ | 15.81 | 10.82 | 3.64 | - |
| YUV | 88.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 44 | 0 | 0.59 | 0.72 | 0.39 | 10.81 | 0.56 | 0.39 |
| Hex | 9B | 40 | 2C | 0 | 3B | 48 | 27 | B | 38 | 27 |
| Octal | 233 | 100 | 54 | 0 | 73 | 110 | 47 | 13 | 70 | 47 |
| Binary | 10011011 | 1000000 | 101100 | 0 | 111011 | 1001000 | 100111 | 1011 | 111000 | 100111 |
Color Harmonies of #9B402C
Complementary color
Monochromatic Colors of #9B402C
Black with #9B402C
Text Example
Text Example
White with #9B402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B402C; }
p { color: rgb(155,64,44); }
H1.HeaderClassName
{
color: #9B402C;
}
.AnyTagClassName
{
color: #9B402C;
}
</style>
background-color css
<style>
a { background-color: #9B402C; }
a { background-color: rgb(155,64,44); }
div.DivClassName
{
background-color: #9B402C;
}
.BgClassName
{
background-color: #9B402C;
}
</style>
border-color css
<style>
span { border-color: #9B402C; }
span { border-color: rgb(155,64,44); }
td.TdClassName
{
border-color: #9B402C;
}
.TagClassName
{
border-color: #9B402C;
}
</style>