Shades of Tia Maria #9B3822
Tints of Tia Maria #9B3822
RGB
CMYK
RGB Variations
Color information
#9B3822 (or 0x9B3822) is known color: Tia Maria. HEX triplet: 9B, 38 and 22. RGB value is (155,56,34). Sum of RGB (Red+Green+Blue) = 155+56+34=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3822 is #64C7DD. Grayscale: #535353. Windows color (decimal): -6604766 or 2242715. OLE color: 2242715.
HSL color Cylindrical-coordinate representation of color #9B3822: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B3822 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 34 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.39 |
| HSL | 10.91º | 0.64% | 0.37% | - |
| HSV(B) | 10.91º | 0.78% | 0.61% | - |
| XYZ | 15.22 | 9.91 | 2.62 | - |
| YUV | 83.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 34 | 0 | 0.64 | 0.78 | 0.39 | 10.91 | 0.64 | 0.37 |
| Hex | 9B | 38 | 22 | 0 | 40 | 4E | 27 | B | 40 | 25 |
| Octal | 233 | 70 | 42 | 0 | 100 | 116 | 47 | 13 | 100 | 45 |
| Binary | 10011011 | 111000 | 100010 | 0 | 1000000 | 1001110 | 100111 | 1011 | 1000000 | 100101 |
Color Harmonies of #9B3822
Complementary color
Monochromatic Colors of #9B3822
Black with #9B3822
Text Example
Text Example
White with #9B3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3822; }
p { color: rgb(155,56,34); }
H1.HeaderClassName
{
color: #9B3822;
}
.AnyTagClassName
{
color: #9B3822;
}
</style>
background-color css
<style>
a { background-color: #9B3822; }
a { background-color: rgb(155,56,34); }
div.DivClassName
{
background-color: #9B3822;
}
.BgClassName
{
background-color: #9B3822;
}
</style>
border-color css
<style>
span { border-color: #9B3822; }
span { border-color: rgb(155,56,34); }
td.TdClassName
{
border-color: #9B3822;
}
.TagClassName
{
border-color: #9B3822;
}
</style>