Shades of Spicy Mix #905947
Tints of Spicy Mix #905947
RGB
CMYK
RGB Variations
Color information
#905947 (or 0x905947) is known color: Spicy Mix. HEX triplet: 90, 59 and 47. RGB value is (144,89,71). Sum of RGB (Red+Green+Blue) = 144+89+71=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #905947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905947 is #6FA6B8. Grayscale: #676767. Windows color (decimal): -7317177 or 4675984. OLE color: 4675984.
HSL color Cylindrical-coordinate representation of color #905947: hue angle of 14.79º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905947 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 71 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.44 |
| HSL | 14.79º | 0.34% | 0.42% | - |
| HSV(B) | 14.79º | 0.51% | 0.56% | - |
| XYZ | 16.21 | 13.53 | 7.72 | - |
| YUV | 103.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 71 | 0 | 0.38 | 0.51 | 0.44 | 14.79 | 0.34 | 0.42 |
| Hex | 90 | 59 | 47 | 0 | 26 | 33 | 2C | F | 22 | 2A |
| Octal | 220 | 131 | 107 | 0 | 46 | 63 | 54 | 17 | 42 | 52 |
| Binary | 10010000 | 1011001 | 1000111 | 0 | 100110 | 110011 | 101100 | 1111 | 100010 | 101010 |
Color Harmonies of #905947
Complementary color
Monochromatic Colors of #905947
Black with #905947
Text Example
Text Example
White with #905947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905947; }
p { color: rgb(144,89,71); }
H1.HeaderClassName
{
color: #905947;
}
.AnyTagClassName
{
color: #905947;
}
</style>
background-color css
<style>
a { background-color: #905947; }
a { background-color: rgb(144,89,71); }
div.DivClassName
{
background-color: #905947;
}
.BgClassName
{
background-color: #905947;
}
</style>
border-color css
<style>
span { border-color: #905947; }
span { border-color: rgb(144,89,71); }
td.TdClassName
{
border-color: #905947;
}
.TagClassName
{
border-color: #905947;
}
</style>