Shades of Spicy Mix #925D51
Tints of Spicy Mix #925D51
RGB
CMYK
RGB Variations
Color information
#925D51 (or 0x925D51) is known color: Spicy Mix. HEX triplet: 92, 5D and 51. RGB value is (146,93,81). Sum of RGB (Red+Green+Blue) = 146+93+81=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #925D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D51 is #6DA2AE. Grayscale: #6B6B6B. Windows color (decimal): -7185071 or 5332370. OLE color: 5332370.
HSL color Cylindrical-coordinate representation of color #925D51: hue angle of 11.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925D51 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 81 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.43 |
| HSL | 11.08º | 0.29% | 0.45% | - |
| HSV(B) | 11.08º | 0.45% | 0.57% | - |
| XYZ | 17.25 | 14.53 | 9.68 | - |
| YUV | 107.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 81 | 0 | 0.36 | 0.45 | 0.43 | 11.08 | 0.29 | 0.45 |
| Hex | 92 | 5D | 51 | 0 | 24 | 2D | 2B | B | 1D | 2D |
| Octal | 222 | 135 | 121 | 0 | 44 | 55 | 53 | 13 | 35 | 55 |
| Binary | 10010010 | 1011101 | 1010001 | 0 | 100100 | 101101 | 101011 | 1011 | 11101 | 101101 |
Color Harmonies of #925D51
Complementary color
Monochromatic Colors of #925D51
Black with #925D51
Text Example
Text Example
White with #925D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D51; }
p { color: rgb(146,93,81); }
H1.HeaderClassName
{
color: #925D51;
}
.AnyTagClassName
{
color: #925D51;
}
</style>
background-color css
<style>
a { background-color: #925D51; }
a { background-color: rgb(146,93,81); }
div.DivClassName
{
background-color: #925D51;
}
.BgClassName
{
background-color: #925D51;
}
</style>
border-color css
<style>
span { border-color: #925D51; }
span { border-color: rgb(146,93,81); }
td.TdClassName
{
border-color: #925D51;
}
.TagClassName
{
border-color: #925D51;
}
</style>