Shades of Spicy Mix #905E50
Tints of Spicy Mix #905E50
RGB
CMYK
RGB Variations
Color information
#905E50 (or 0x905E50) is known color: Spicy Mix. HEX triplet: 90, 5E and 50. RGB value is (144,94,80). Sum of RGB (Red+Green+Blue) = 144+94+80=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #905E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E50 is #6FA1AF. Grayscale: #6B6B6B. Windows color (decimal): -7315888 or 5267088. OLE color: 5267088.
HSL color Cylindrical-coordinate representation of color #905E50: hue angle of 13.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905E50 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 80 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.44 |
| HSL | 13.13º | 0.29% | 0.44% | - |
| HSV(B) | 13.13º | 0.44% | 0.56% | - |
| XYZ | 16.95 | 14.51 | 9.5 | - |
| YUV | 107.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 80 | 0 | 0.35 | 0.44 | 0.44 | 13.13 | 0.29 | 0.44 |
| Hex | 90 | 5E | 50 | 0 | 23 | 2C | 2C | D | 1D | 2C |
| Octal | 220 | 136 | 120 | 0 | 43 | 54 | 54 | 15 | 35 | 54 |
| Binary | 10010000 | 1011110 | 1010000 | 0 | 100011 | 101100 | 101100 | 1101 | 11101 | 101100 |
Color Harmonies of #905E50
Complementary color
Monochromatic Colors of #905E50
Black with #905E50
Text Example
Text Example
White with #905E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E50; }
p { color: rgb(144,94,80); }
H1.HeaderClassName
{
color: #905E50;
}
.AnyTagClassName
{
color: #905E50;
}
</style>
background-color css
<style>
a { background-color: #905E50; }
a { background-color: rgb(144,94,80); }
div.DivClassName
{
background-color: #905E50;
}
.BgClassName
{
background-color: #905E50;
}
</style>
border-color css
<style>
span { border-color: #905E50; }
span { border-color: rgb(144,94,80); }
td.TdClassName
{
border-color: #905E50;
}
.TagClassName
{
border-color: #905E50;
}
</style>