Shades of Spicy Mix #925D50
Tints of Spicy Mix #925D50
RGB
CMYK
RGB Variations
Color information
#925D50 (or 0x925D50) is known color: Spicy Mix. HEX triplet: 92, 5D and 50. RGB value is (146,93,80). Sum of RGB (Red+Green+Blue) = 146+93+80=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D50 is #6DA2AF. Grayscale: #6B6B6B. Windows color (decimal): -7185072 or 5266834. OLE color: 5266834.
HSL color Cylindrical-coordinate representation of color #925D50: hue angle of 11.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925D50 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 80 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.43 |
| HSL | 11.82º | 0.29% | 0.44% | - |
| HSV(B) | 11.82º | 0.45% | 0.57% | - |
| XYZ | 17.22 | 14.52 | 9.48 | - |
| YUV | 107.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 80 | 0 | 0.36 | 0.45 | 0.43 | 11.82 | 0.29 | 0.44 |
| Hex | 92 | 5D | 50 | 0 | 24 | 2D | 2B | C | 1D | 2C |
| Octal | 222 | 135 | 120 | 0 | 44 | 55 | 53 | 14 | 35 | 54 |
| Binary | 10010010 | 1011101 | 1010000 | 0 | 100100 | 101101 | 101011 | 1100 | 11101 | 101100 |
Color Harmonies of #925D50
Complementary color
Monochromatic Colors of #925D50
Black with #925D50
Text Example
Text Example
White with #925D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D50; }
p { color: rgb(146,93,80); }
H1.HeaderClassName
{
color: #925D50;
}
.AnyTagClassName
{
color: #925D50;
}
</style>
background-color css
<style>
a { background-color: #925D50; }
a { background-color: rgb(146,93,80); }
div.DivClassName
{
background-color: #925D50;
}
.BgClassName
{
background-color: #925D50;
}
</style>
border-color css
<style>
span { border-color: #925D50; }
span { border-color: rgb(146,93,80); }
td.TdClassName
{
border-color: #925D50;
}
.TagClassName
{
border-color: #925D50;
}
</style>