Shades of Tia Maria #93432B
Tints of Tia Maria #93432B
RGB
CMYK
RGB Variations
Color information
#93432B (or 0x93432B) is known color: Tia Maria. HEX triplet: 93, 43 and 2B. RGB value is (147,67,43). Sum of RGB (Red+Green+Blue) = 147+67+43=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #93432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93432B is #6CBCD4. Grayscale: #585858. Windows color (decimal): -7126229 or 2835347. OLE color: 2835347.
HSL color Cylindrical-coordinate representation of color #93432B: hue angle of 13.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93432B is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 43 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.42 |
| HSL | 13.85º | 0.55% | 0.37% | - |
| HSV(B) | 13.85º | 0.71% | 0.58% | - |
| XYZ | 14.48 | 10.39 | 3.53 | - |
| YUV | 88.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 43 | 0 | 0.54 | 0.71 | 0.42 | 13.85 | 0.55 | 0.37 |
| Hex | 93 | 43 | 2B | 0 | 36 | 47 | 2A | E | 37 | 25 |
| Octal | 223 | 103 | 53 | 0 | 66 | 107 | 52 | 16 | 67 | 45 |
| Binary | 10010011 | 1000011 | 101011 | 0 | 110110 | 1000111 | 101010 | 1110 | 110111 | 100101 |
Color Harmonies of #93432B
Complementary color
Monochromatic Colors of #93432B
Black with #93432B
Text Example
Text Example
White with #93432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93432B; }
p { color: rgb(147,67,43); }
H1.HeaderClassName
{
color: #93432B;
}
.AnyTagClassName
{
color: #93432B;
}
</style>
background-color css
<style>
a { background-color: #93432B; }
a { background-color: rgb(147,67,43); }
div.DivClassName
{
background-color: #93432B;
}
.BgClassName
{
background-color: #93432B;
}
</style>
border-color css
<style>
span { border-color: #93432B; }
span { border-color: rgb(147,67,43); }
td.TdClassName
{
border-color: #93432B;
}
.TagClassName
{
border-color: #93432B;
}
</style>