Shades of Tia Maria #9B3F28
Tints of Tia Maria #9B3F28
RGB
CMYK
RGB Variations
Color information
#9B3F28 (or 0x9B3F28) is known color: Tia Maria. HEX triplet: 9B, 3F and 28. RGB value is (155,63,40). Sum of RGB (Red+Green+Blue) = 155+63+40=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F28 is #64C0D7. Grayscale: #585858. Windows color (decimal): -6602968 or 2637723. OLE color: 2637723.
HSL color Cylindrical-coordinate representation of color #9B3F28: hue angle of 12º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3F28 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 40 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.39 |
| HSL | 12º | 0.59% | 0.38% | - |
| HSV(B) | 12º | 0.74% | 0.61% | - |
| XYZ | 15.68 | 10.68 | 3.24 | - |
| YUV | 87.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 40 | 0 | 0.59 | 0.74 | 0.39 | 12 | 0.59 | 0.38 |
| Hex | 9B | 3F | 28 | 0 | 3B | 4A | 27 | C | 3B | 26 |
| Octal | 233 | 77 | 50 | 0 | 73 | 112 | 47 | 14 | 73 | 46 |
| Binary | 10011011 | 111111 | 101000 | 0 | 111011 | 1001010 | 100111 | 1100 | 111011 | 100110 |
Color Harmonies of #9B3F28
Complementary color
Monochromatic Colors of #9B3F28
Black with #9B3F28
Text Example
Text Example
White with #9B3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F28; }
p { color: rgb(155,63,40); }
H1.HeaderClassName
{
color: #9B3F28;
}
.AnyTagClassName
{
color: #9B3F28;
}
</style>
background-color css
<style>
a { background-color: #9B3F28; }
a { background-color: rgb(155,63,40); }
div.DivClassName
{
background-color: #9B3F28;
}
.BgClassName
{
background-color: #9B3F28;
}
</style>
border-color css
<style>
span { border-color: #9B3F28; }
span { border-color: rgb(155,63,40); }
td.TdClassName
{
border-color: #9B3F28;
}
.TagClassName
{
border-color: #9B3F28;
}
</style>