Shades of Spicy Mix #925E4D
Tints of Spicy Mix #925E4D
RGB
CMYK
RGB Variations
Color information
#925E4D (or 0x925E4D) is known color: Spicy Mix. HEX triplet: 92, 5E and 4D. RGB value is (146,94,77). Sum of RGB (Red+Green+Blue) = 146+94+77=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E4D is #6DA1B2. Grayscale: #6B6B6B. Windows color (decimal): -7184819 or 5070482. OLE color: 5070482.
HSL color Cylindrical-coordinate representation of color #925E4D: hue angle of 14.78º 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 #925E4D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 77 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.43 |
| HSL | 14.78º | 0.31% | 0.44% | - |
| HSV(B) | 14.78º | 0.47% | 0.57% | - |
| XYZ | 17.2 | 14.65 | 8.94 | - |
| YUV | 107.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 77 | 0 | 0.36 | 0.47 | 0.43 | 14.78 | 0.31 | 0.44 |
| Hex | 92 | 5E | 4D | 0 | 24 | 2F | 2B | F | 1F | 2C |
| Octal | 222 | 136 | 115 | 0 | 44 | 57 | 53 | 17 | 37 | 54 |
| Binary | 10010010 | 1011110 | 1001101 | 0 | 100100 | 101111 | 101011 | 1111 | 11111 | 101100 |
Color Harmonies of #925E4D
Complementary color
Monochromatic Colors of #925E4D
Black with #925E4D
Text Example
Text Example
White with #925E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E4D; }
p { color: rgb(146,94,77); }
H1.HeaderClassName
{
color: #925E4D;
}
.AnyTagClassName
{
color: #925E4D;
}
</style>
background-color css
<style>
a { background-color: #925E4D; }
a { background-color: rgb(146,94,77); }
div.DivClassName
{
background-color: #925E4D;
}
.BgClassName
{
background-color: #925E4D;
}
</style>
border-color css
<style>
span { border-color: #925E4D; }
span { border-color: rgb(146,94,77); }
td.TdClassName
{
border-color: #925E4D;
}
.TagClassName
{
border-color: #925E4D;
}
</style>