Shades of Tia Maria #92452C
Tints of Tia Maria #92452C
RGB
CMYK
RGB Variations
Color information
#92452C (or 0x92452C) is known color: Tia Maria. HEX triplet: 92, 45 and 2C. RGB value is (146,69,44). Sum of RGB (Red+Green+Blue) = 146+69+44=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #92452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92452C is #6DBAD3. Grayscale: #595959. Windows color (decimal): -7191252 or 2901394. OLE color: 2901394.
HSL color Cylindrical-coordinate representation of color #92452C: hue angle of 14.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92452C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 69 | 44 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.43 |
| HSL | 14.71º | 0.54% | 0.37% | - |
| HSV(B) | 14.71º | 0.7% | 0.57% | - |
| XYZ | 14.44 | 10.55 | 3.66 | - |
| YUV | 89.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 44 | 0 | 0.53 | 0.70 | 0.43 | 14.71 | 0.54 | 0.37 |
| Hex | 92 | 45 | 2C | 0 | 35 | 46 | 2B | F | 36 | 25 |
| Octal | 222 | 105 | 54 | 0 | 65 | 106 | 53 | 17 | 66 | 45 |
| Binary | 10010010 | 1000101 | 101100 | 0 | 110101 | 1000110 | 101011 | 1111 | 110110 | 100101 |
Color Harmonies of #92452C
Complementary color
Monochromatic Colors of #92452C
Black with #92452C
Text Example
Text Example
White with #92452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92452C; }
p { color: rgb(146,69,44); }
H1.HeaderClassName
{
color: #92452C;
}
.AnyTagClassName
{
color: #92452C;
}
</style>
background-color css
<style>
a { background-color: #92452C; }
a { background-color: rgb(146,69,44); }
div.DivClassName
{
background-color: #92452C;
}
.BgClassName
{
background-color: #92452C;
}
</style>
border-color css
<style>
span { border-color: #92452C; }
span { border-color: rgb(146,69,44); }
td.TdClassName
{
border-color: #92452C;
}
.TagClassName
{
border-color: #92452C;
}
</style>