Shades of Spicy Mix #925C47
Tints of Spicy Mix #925C47
RGB
CMYK
RGB Variations
Color information
#925C47 (or 0x925C47) is known color: Spicy Mix. HEX triplet: 92, 5C and 47. RGB value is (146,92,71). Sum of RGB (Red+Green+Blue) = 146+92+71=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #925C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C47 is #6DA3B8. Grayscale: #696969. Windows color (decimal): -7185337 or 4676754. OLE color: 4676754.
HSL color Cylindrical-coordinate representation of color #925C47: hue angle of 16.8º degrees, saturation: 0.35, 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 #925C47 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 71 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.43 |
| HSL | 16.8º | 0.35% | 0.43% | - |
| HSV(B) | 16.8º | 0.51% | 0.57% | - |
| XYZ | 16.82 | 14.22 | 7.82 | - |
| YUV | 105.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 71 | 0 | 0.37 | 0.51 | 0.43 | 16.8 | 0.35 | 0.43 |
| Hex | 92 | 5C | 47 | 0 | 25 | 33 | 2B | 11 | 23 | 2B |
| Octal | 222 | 134 | 107 | 0 | 45 | 63 | 53 | 21 | 43 | 53 |
| Binary | 10010010 | 1011100 | 1000111 | 0 | 100101 | 110011 | 101011 | 10001 | 100011 | 101011 |
Color Harmonies of #925C47
Complementary color
Monochromatic Colors of #925C47
Black with #925C47
Text Example
Text Example
White with #925C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C47; }
p { color: rgb(146,92,71); }
H1.HeaderClassName
{
color: #925C47;
}
.AnyTagClassName
{
color: #925C47;
}
</style>
background-color css
<style>
a { background-color: #925C47; }
a { background-color: rgb(146,92,71); }
div.DivClassName
{
background-color: #925C47;
}
.BgClassName
{
background-color: #925C47;
}
</style>
border-color css
<style>
span { border-color: #925C47; }
span { border-color: rgb(146,92,71); }
td.TdClassName
{
border-color: #925C47;
}
.TagClassName
{
border-color: #925C47;
}
</style>