Shades of Spicy Mix #925C48
Tints of Spicy Mix #925C48
RGB
CMYK
RGB Variations
Color information
#925C48 (or 0x925C48) is known color: Spicy Mix. HEX triplet: 92, 5C and 48. RGB value is (146,92,72). Sum of RGB (Red+Green+Blue) = 146+92+72=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #925C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C48 is #6DA3B7. Grayscale: #696969. Windows color (decimal): -7185336 or 4742290. OLE color: 4742290.
HSL color Cylindrical-coordinate representation of color #925C48: hue angle of 16.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925C48 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 72 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.43 |
| HSL | 16.22º | 0.34% | 0.43% | - |
| HSV(B) | 16.22º | 0.51% | 0.57% | - |
| XYZ | 16.85 | 14.23 | 7.99 | - |
| YUV | 105.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 72 | 0 | 0.37 | 0.51 | 0.43 | 16.22 | 0.34 | 0.43 |
| Hex | 92 | 5C | 48 | 0 | 25 | 33 | 2B | 10 | 22 | 2B |
| Octal | 222 | 134 | 110 | 0 | 45 | 63 | 53 | 20 | 42 | 53 |
| Binary | 10010010 | 1011100 | 1001000 | 0 | 100101 | 110011 | 101011 | 10000 | 100010 | 101011 |
Color Harmonies of #925C48
Complementary color
Monochromatic Colors of #925C48
Black with #925C48
Text Example
Text Example
White with #925C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C48; }
p { color: rgb(146,92,72); }
H1.HeaderClassName
{
color: #925C48;
}
.AnyTagClassName
{
color: #925C48;
}
</style>
background-color css
<style>
a { background-color: #925C48; }
a { background-color: rgb(146,92,72); }
div.DivClassName
{
background-color: #925C48;
}
.BgClassName
{
background-color: #925C48;
}
</style>
border-color css
<style>
span { border-color: #925C48; }
span { border-color: rgb(146,92,72); }
td.TdClassName
{
border-color: #925C48;
}
.TagClassName
{
border-color: #925C48;
}
</style>