Shades of Tia Maria #9B3E2D
Tints of Tia Maria #9B3E2D
RGB
CMYK
RGB Variations
Color information
#9B3E2D (or 0x9B3E2D) is known color: Tia Maria. HEX triplet: 9B, 3E and 2D. RGB value is (155,62,45). Sum of RGB (Red+Green+Blue) = 155+62+45=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E2D is #64C1D2. Grayscale: #585858. Windows color (decimal): -6603219 or 2965147. OLE color: 2965147.
HSL color Cylindrical-coordinate representation of color #9B3E2D: hue angle of 9.27º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B3E2D is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 62 | 45 | - |
| CMYK | 0 | 0.6 | 0.71 | 0.39 |
| HSL | 9.27º | 0.55% | 0.39% | - |
| HSV(B) | 9.27º | 0.71% | 0.61% | - |
| XYZ | 15.71 | 10.6 | 3.7 | - |
| YUV | 87.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 62 | 45 | 0 | 0.6 | 0.71 | 0.39 | 9.27 | 0.55 | 0.39 |
| Hex | 9B | 3E | 2D | 0 | 3C | 47 | 27 | 9 | 37 | 27 |
| Octal | 233 | 76 | 55 | 0 | 74 | 107 | 47 | 11 | 67 | 47 |
| Binary | 10011011 | 111110 | 101101 | 0 | 111100 | 1000111 | 100111 | 1001 | 110111 | 100111 |
Color Harmonies of #9B3E2D
Complementary color
Monochromatic Colors of #9B3E2D
Black with #9B3E2D
Text Example
Text Example
White with #9B3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3E2D; }
p { color: rgb(155,62,45); }
H1.HeaderClassName
{
color: #9B3E2D;
}
.AnyTagClassName
{
color: #9B3E2D;
}
</style>
background-color css
<style>
a { background-color: #9B3E2D; }
a { background-color: rgb(155,62,45); }
div.DivClassName
{
background-color: #9B3E2D;
}
.BgClassName
{
background-color: #9B3E2D;
}
</style>
border-color css
<style>
span { border-color: #9B3E2D; }
span { border-color: rgb(155,62,45); }
td.TdClassName
{
border-color: #9B3E2D;
}
.TagClassName
{
border-color: #9B3E2D;
}
</style>