Shades of Tia Maria #9E3826
Tints of Tia Maria #9E3826
RGB
CMYK
RGB Variations
Color information
#9E3826 (or 0x9E3826) is known color: Tia Maria. HEX triplet: 9E, 38 and 26. RGB value is (158,56,38). Sum of RGB (Red+Green+Blue) = 158+56+38=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3826 is #61C7D9. Grayscale: #545454. Windows color (decimal): -6408154 or 2504862. OLE color: 2504862.
HSL color Cylindrical-coordinate representation of color #9E3826: hue angle of 9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3826 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 38 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.38 |
| HSL | 9º | 0.61% | 0.38% | - |
| HSV(B) | 9º | 0.76% | 0.62% | - |
| XYZ | 15.86 | 10.24 | 2.97 | - |
| YUV | 84.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 38 | 0 | 0.65 | 0.76 | 0.38 | 9 | 0.61 | 0.38 |
| Hex | 9E | 38 | 26 | 0 | 41 | 4C | 26 | 9 | 3D | 26 |
| Octal | 236 | 70 | 46 | 0 | 101 | 114 | 46 | 11 | 75 | 46 |
| Binary | 10011110 | 111000 | 100110 | 0 | 1000001 | 1001100 | 100110 | 1001 | 111101 | 100110 |
Color Harmonies of #9E3826
Complementary color
Monochromatic Colors of #9E3826
Black with #9E3826
Text Example
Text Example
White with #9E3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3826; }
p { color: rgb(158,56,38); }
H1.HeaderClassName
{
color: #9E3826;
}
.AnyTagClassName
{
color: #9E3826;
}
</style>
background-color css
<style>
a { background-color: #9E3826; }
a { background-color: rgb(158,56,38); }
div.DivClassName
{
background-color: #9E3826;
}
.BgClassName
{
background-color: #9E3826;
}
</style>
border-color css
<style>
span { border-color: #9E3826; }
span { border-color: rgb(158,56,38); }
td.TdClassName
{
border-color: #9E3826;
}
.TagClassName
{
border-color: #9E3826;
}
</style>