Shades of Spicy Mix #92594A
Tints of Spicy Mix #92594A
RGB
CMYK
RGB Variations
Color information
#92594A (or 0x92594A) is known color: Spicy Mix. HEX triplet: 92, 59 and 4A. RGB value is (146,89,74). Sum of RGB (Red+Green+Blue) = 146+89+74=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92594A is #6DA6B5. Grayscale: #686868. Windows color (decimal): -7186102 or 4872594. OLE color: 4872594.
HSL color Cylindrical-coordinate representation of color #92594A: hue angle of 12.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92594A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 74 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.43 |
| HSL | 12.5º | 0.33% | 0.43% | - |
| HSV(B) | 12.5º | 0.49% | 0.57% | - |
| XYZ | 16.66 | 13.75 | 8.25 | - |
| YUV | 104.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 74 | 0 | 0.39 | 0.49 | 0.43 | 12.5 | 0.33 | 0.43 |
| Hex | 92 | 59 | 4A | 0 | 27 | 31 | 2B | C | 21 | 2B |
| Octal | 222 | 131 | 112 | 0 | 47 | 61 | 53 | 14 | 41 | 53 |
| Binary | 10010010 | 1011001 | 1001010 | 0 | 100111 | 110001 | 101011 | 1100 | 100001 | 101011 |
Color Harmonies of #92594A
Complementary color
Monochromatic Colors of #92594A
Black with #92594A
Text Example
Text Example
White with #92594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92594A; }
p { color: rgb(146,89,74); }
H1.HeaderClassName
{
color: #92594A;
}
.AnyTagClassName
{
color: #92594A;
}
</style>
background-color css
<style>
a { background-color: #92594A; }
a { background-color: rgb(146,89,74); }
div.DivClassName
{
background-color: #92594A;
}
.BgClassName
{
background-color: #92594A;
}
</style>
border-color css
<style>
span { border-color: #92594A; }
span { border-color: rgb(146,89,74); }
td.TdClassName
{
border-color: #92594A;
}
.TagClassName
{
border-color: #92594A;
}
</style>