Shades of Tia Maria #9B3921
Tints of Tia Maria #9B3921
RGB
CMYK
RGB Variations
Color information
#9B3921 (or 0x9B3921) is known color: Tia Maria. HEX triplet: 9B, 39 and 21. RGB value is (155,57,33). Sum of RGB (Red+Green+Blue) = 155+57+33=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3921 is #64C6DE. Grayscale: #535353. Windows color (decimal): -6604511 or 2177435. OLE color: 2177435.
HSL color Cylindrical-coordinate representation of color #9B3921: hue angle of 11.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B3921 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 33 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.39 |
| HSL | 11.8º | 0.65% | 0.37% | - |
| HSV(B) | 11.8º | 0.79% | 0.61% | - |
| XYZ | 15.26 | 10 | 2.57 | - |
| YUV | 83.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 33 | 0 | 0.63 | 0.79 | 0.39 | 11.8 | 0.65 | 0.37 |
| Hex | 9B | 39 | 21 | 0 | 3F | 4F | 27 | C | 41 | 25 |
| Octal | 233 | 71 | 41 | 0 | 77 | 117 | 47 | 14 | 101 | 45 |
| Binary | 10011011 | 111001 | 100001 | 0 | 111111 | 1001111 | 100111 | 1100 | 1000001 | 100101 |
Color Harmonies of #9B3921
Complementary color
Monochromatic Colors of #9B3921
Black with #9B3921
Text Example
Text Example
White with #9B3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3921; }
p { color: rgb(155,57,33); }
H1.HeaderClassName
{
color: #9B3921;
}
.AnyTagClassName
{
color: #9B3921;
}
</style>
background-color css
<style>
a { background-color: #9B3921; }
a { background-color: rgb(155,57,33); }
div.DivClassName
{
background-color: #9B3921;
}
.BgClassName
{
background-color: #9B3921;
}
</style>
border-color css
<style>
span { border-color: #9B3921; }
span { border-color: rgb(155,57,33); }
td.TdClassName
{
border-color: #9B3921;
}
.TagClassName
{
border-color: #9B3921;
}
</style>