Shades of Tia Maria #92452F
Tints of Tia Maria #92452F
RGB
CMYK
RGB Variations
Color information
#92452F (or 0x92452F) is known color: Tia Maria. HEX triplet: 92, 45 and 2F. RGB value is (146,69,47). Sum of RGB (Red+Green+Blue) = 146+69+47=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92452F is #6DBAD0. Grayscale: #595959. Windows color (decimal): -7191249 or 3098002. OLE color: 3098002.
HSL color Cylindrical-coordinate representation of color #92452F: hue angle of 13.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92452F is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 69 | 47 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.43 |
| HSL | 13.33º | 0.51% | 0.38% | - |
| HSV(B) | 13.33º | 0.68% | 0.57% | - |
| XYZ | 14.5 | 10.57 | 3.97 | - |
| YUV | 89.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 47 | 0 | 0.53 | 0.68 | 0.43 | 13.33 | 0.51 | 0.38 |
| Hex | 92 | 45 | 2F | 0 | 35 | 44 | 2B | D | 33 | 26 |
| Octal | 222 | 105 | 57 | 0 | 65 | 104 | 53 | 15 | 63 | 46 |
| Binary | 10010010 | 1000101 | 101111 | 0 | 110101 | 1000100 | 101011 | 1101 | 110011 | 100110 |
Color Harmonies of #92452F
Complementary color
Monochromatic Colors of #92452F
Black with #92452F
Text Example
Text Example
White with #92452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92452F; }
p { color: rgb(146,69,47); }
H1.HeaderClassName
{
color: #92452F;
}
.AnyTagClassName
{
color: #92452F;
}
</style>
background-color css
<style>
a { background-color: #92452F; }
a { background-color: rgb(146,69,47); }
div.DivClassName
{
background-color: #92452F;
}
.BgClassName
{
background-color: #92452F;
}
</style>
border-color css
<style>
span { border-color: #92452F; }
span { border-color: rgb(146,69,47); }
td.TdClassName
{
border-color: #92452F;
}
.TagClassName
{
border-color: #92452F;
}
</style>