Shades of Spicy Mix #925D4D
Tints of Spicy Mix #925D4D
RGB
CMYK
RGB Variations
Color information
#925D4D (or 0x925D4D) is known color: Spicy Mix. HEX triplet: 92, 5D and 4D. RGB value is (146,93,77). Sum of RGB (Red+Green+Blue) = 146+93+77=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D4D is #6DA2B2. Grayscale: #6B6B6B. Windows color (decimal): -7185075 or 5070226. OLE color: 5070226.
HSL color Cylindrical-coordinate representation of color #925D4D: hue angle of 13.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925D4D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 77 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.43 |
| HSL | 13.91º | 0.31% | 0.44% | - |
| HSV(B) | 13.91º | 0.47% | 0.57% | - |
| XYZ | 17.11 | 14.48 | 8.91 | - |
| YUV | 107.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 77 | 0 | 0.36 | 0.47 | 0.43 | 13.91 | 0.31 | 0.44 |
| Hex | 92 | 5D | 4D | 0 | 24 | 2F | 2B | E | 1F | 2C |
| Octal | 222 | 135 | 115 | 0 | 44 | 57 | 53 | 16 | 37 | 54 |
| Binary | 10010010 | 1011101 | 1001101 | 0 | 100100 | 101111 | 101011 | 1110 | 11111 | 101100 |
Color Harmonies of #925D4D
Complementary color
Monochromatic Colors of #925D4D
Black with #925D4D
Text Example
Text Example
White with #925D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D4D; }
p { color: rgb(146,93,77); }
H1.HeaderClassName
{
color: #925D4D;
}
.AnyTagClassName
{
color: #925D4D;
}
</style>
background-color css
<style>
a { background-color: #925D4D; }
a { background-color: rgb(146,93,77); }
div.DivClassName
{
background-color: #925D4D;
}
.BgClassName
{
background-color: #925D4D;
}
</style>
border-color css
<style>
span { border-color: #925D4D; }
span { border-color: rgb(146,93,77); }
td.TdClassName
{
border-color: #925D4D;
}
.TagClassName
{
border-color: #925D4D;
}
</style>