Shades of Tia Maria #93422F
Tints of Tia Maria #93422F
RGB
CMYK
RGB Variations
Color information
#93422F (or 0x93422F) is known color: Tia Maria. HEX triplet: 93, 42 and 2F. RGB value is (147,66,47). Sum of RGB (Red+Green+Blue) = 147+66+47=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93422F is #6CBDD0. Grayscale: #585858. Windows color (decimal): -7126481 or 3097235. OLE color: 3097235.
HSL color Cylindrical-coordinate representation of color #93422F: hue angle of 11.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93422F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 47 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.42 |
| HSL | 11.4º | 0.52% | 0.38% | - |
| HSV(B) | 11.4º | 0.68% | 0.58% | - |
| XYZ | 14.49 | 10.3 | 3.91 | - |
| YUV | 88.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 47 | 0 | 0.55 | 0.68 | 0.42 | 11.4 | 0.52 | 0.38 |
| Hex | 93 | 42 | 2F | 0 | 37 | 44 | 2A | B | 34 | 26 |
| Octal | 223 | 102 | 57 | 0 | 67 | 104 | 52 | 13 | 64 | 46 |
| Binary | 10010011 | 1000010 | 101111 | 0 | 110111 | 1000100 | 101010 | 1011 | 110100 | 100110 |
Color Harmonies of #93422F
Complementary color
Monochromatic Colors of #93422F
Black with #93422F
Text Example
Text Example
White with #93422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93422F; }
p { color: rgb(147,66,47); }
H1.HeaderClassName
{
color: #93422F;
}
.AnyTagClassName
{
color: #93422F;
}
</style>
background-color css
<style>
a { background-color: #93422F; }
a { background-color: rgb(147,66,47); }
div.DivClassName
{
background-color: #93422F;
}
.BgClassName
{
background-color: #93422F;
}
</style>
border-color css
<style>
span { border-color: #93422F; }
span { border-color: rgb(147,66,47); }
td.TdClassName
{
border-color: #93422F;
}
.TagClassName
{
border-color: #93422F;
}
</style>