Shades of Tia Maria #9B4033
Tints of Tia Maria #9B4033
RGB
CMYK
RGB Variations
Color information
#9B4033 (or 0x9B4033) is known color: Tia Maria. HEX triplet: 9B, 40 and 33. RGB value is (155,64,51). Sum of RGB (Red+Green+Blue) = 155+64+51=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4033 is #64BFCC. Grayscale: #595959. Windows color (decimal): -6602701 or 3358875. OLE color: 3358875.
HSL color Cylindrical-coordinate representation of color #9B4033: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4033 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 51 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.39 |
| HSL | 7.5º | 0.5% | 0.4% | - |
| HSV(B) | 7.5º | 0.67% | 0.61% | - |
| XYZ | 15.95 | 10.87 | 4.39 | - |
| YUV | 89.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 51 | 0 | 0.59 | 0.67 | 0.39 | 7.5 | 0.5 | 0.4 |
| Hex | 9B | 40 | 33 | 0 | 3B | 43 | 27 | 8 | 32 | 28 |
| Octal | 233 | 100 | 63 | 0 | 73 | 103 | 47 | 10 | 62 | 50 |
| Binary | 10011011 | 1000000 | 110011 | 0 | 111011 | 1000011 | 100111 | 1000 | 110010 | 101000 |
Color Harmonies of #9B4033
Complementary color
Monochromatic Colors of #9B4033
Black with #9B4033
Text Example
Text Example
White with #9B4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4033; }
p { color: rgb(155,64,51); }
H1.HeaderClassName
{
color: #9B4033;
}
.AnyTagClassName
{
color: #9B4033;
}
</style>
background-color css
<style>
a { background-color: #9B4033; }
a { background-color: rgb(155,64,51); }
div.DivClassName
{
background-color: #9B4033;
}
.BgClassName
{
background-color: #9B4033;
}
</style>
border-color css
<style>
span { border-color: #9B4033; }
span { border-color: rgb(155,64,51); }
td.TdClassName
{
border-color: #9B4033;
}
.TagClassName
{
border-color: #9B4033;
}
</style>