Shades of Tia Maria #9B4130
Tints of Tia Maria #9B4130
RGB
CMYK
RGB Variations
Color information
#9B4130 (or 0x9B4130) is known color: Tia Maria. HEX triplet: 9B, 41 and 30. RGB value is (155,65,48). Sum of RGB (Red+Green+Blue) = 155+65+48=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4130 is #64BECF. Grayscale: #5A5A5A. Windows color (decimal): -6602448 or 3162523. OLE color: 3162523.
HSL color Cylindrical-coordinate representation of color #9B4130: hue angle of 9.53º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B4130 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 48 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.39 |
| HSL | 9.53º | 0.53% | 0.4% | - |
| HSV(B) | 9.53º | 0.69% | 0.61% | - |
| XYZ | 15.94 | 10.96 | 4.07 | - |
| YUV | 89.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 48 | 0 | 0.58 | 0.69 | 0.39 | 9.53 | 0.53 | 0.4 |
| Hex | 9B | 41 | 30 | 0 | 3A | 45 | 27 | A | 35 | 28 |
| Octal | 233 | 101 | 60 | 0 | 72 | 105 | 47 | 12 | 65 | 50 |
| Binary | 10011011 | 1000001 | 110000 | 0 | 111010 | 1000101 | 100111 | 1010 | 110101 | 101000 |
Color Harmonies of #9B4130
Complementary color
Monochromatic Colors of #9B4130
Black with #9B4130
Text Example
Text Example
White with #9B4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4130; }
p { color: rgb(155,65,48); }
H1.HeaderClassName
{
color: #9B4130;
}
.AnyTagClassName
{
color: #9B4130;
}
</style>
background-color css
<style>
a { background-color: #9B4130; }
a { background-color: rgb(155,65,48); }
div.DivClassName
{
background-color: #9B4130;
}
.BgClassName
{
background-color: #9B4130;
}
</style>
border-color css
<style>
span { border-color: #9B4130; }
span { border-color: rgb(155,65,48); }
td.TdClassName
{
border-color: #9B4130;
}
.TagClassName
{
border-color: #9B4130;
}
</style>