Shades of Spicy Mix #925F54
Tints of Spicy Mix #925F54
RGB
CMYK
RGB Variations
Color information
#925F54 (or 0x925F54) is known color: Spicy Mix. HEX triplet: 92, 5F and 54. RGB value is (146,95,84). Sum of RGB (Red+Green+Blue) = 146+95+84=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F54 is #6DA0AB. Grayscale: #6D6D6D. Windows color (decimal): -7184556 or 5529490. OLE color: 5529490.
HSL color Cylindrical-coordinate representation of color #925F54: hue angle of 10.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925F54 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 84 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.43 |
| HSL | 10.65º | 0.27% | 0.45% | - |
| HSV(B) | 10.65º | 0.42% | 0.57% | - |
| XYZ | 17.55 | 14.94 | 10.35 | - |
| YUV | 109 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 84 | 0 | 0.35 | 0.42 | 0.43 | 10.65 | 0.27 | 0.45 |
| Hex | 92 | 5F | 54 | 0 | 23 | 2A | 2B | B | 1B | 2D |
| Octal | 222 | 137 | 124 | 0 | 43 | 52 | 53 | 13 | 33 | 55 |
| Binary | 10010010 | 1011111 | 1010100 | 0 | 100011 | 101010 | 101011 | 1011 | 11011 | 101101 |
Color Harmonies of #925F54
Complementary color
Monochromatic Colors of #925F54
Black with #925F54
Text Example
Text Example
White with #925F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F54; }
p { color: rgb(146,95,84); }
H1.HeaderClassName
{
color: #925F54;
}
.AnyTagClassName
{
color: #925F54;
}
</style>
background-color css
<style>
a { background-color: #925F54; }
a { background-color: rgb(146,95,84); }
div.DivClassName
{
background-color: #925F54;
}
.BgClassName
{
background-color: #925F54;
}
</style>
border-color css
<style>
span { border-color: #925F54; }
span { border-color: rgb(146,95,84); }
td.TdClassName
{
border-color: #925F54;
}
.TagClassName
{
border-color: #925F54;
}
</style>