Shades of Tia Maria #9B3F24
Tints of Tia Maria #9B3F24
RGB
CMYK
RGB Variations
Color information
#9B3F24 (or 0x9B3F24) is known color: Tia Maria. HEX triplet: 9B, 3F and 24. RGB value is (155,63,36). Sum of RGB (Red+Green+Blue) = 155+63+36=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F24 is #64C0DB. Grayscale: #575757. Windows color (decimal): -6602972 or 2375579. OLE color: 2375579.
HSL color Cylindrical-coordinate representation of color #9B3F24: hue angle of 13.61º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B3F24 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 36 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.39 |
| HSL | 13.61º | 0.62% | 0.37% | - |
| HSV(B) | 13.61º | 0.77% | 0.61% | - |
| XYZ | 15.61 | 10.65 | 2.9 | - |
| YUV | 87.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 36 | 0 | 0.59 | 0.77 | 0.39 | 13.61 | 0.62 | 0.37 |
| Hex | 9B | 3F | 24 | 0 | 3B | 4D | 27 | E | 3E | 25 |
| Octal | 233 | 77 | 44 | 0 | 73 | 115 | 47 | 16 | 76 | 45 |
| Binary | 10011011 | 111111 | 100100 | 0 | 111011 | 1001101 | 100111 | 1110 | 111110 | 100101 |
Color Harmonies of #9B3F24
Complementary color
Monochromatic Colors of #9B3F24
Black with #9B3F24
Text Example
Text Example
White with #9B3F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F24; }
p { color: rgb(155,63,36); }
H1.HeaderClassName
{
color: #9B3F24;
}
.AnyTagClassName
{
color: #9B3F24;
}
</style>
background-color css
<style>
a { background-color: #9B3F24; }
a { background-color: rgb(155,63,36); }
div.DivClassName
{
background-color: #9B3F24;
}
.BgClassName
{
background-color: #9B3F24;
}
</style>
border-color css
<style>
span { border-color: #9B3F24; }
span { border-color: rgb(155,63,36); }
td.TdClassName
{
border-color: #9B3F24;
}
.TagClassName
{
border-color: #9B3F24;
}
</style>