Shades of Spicy Mix #905B50
Tints of Spicy Mix #905B50
RGB
CMYK
RGB Variations
Color information
#905B50 (or 0x905B50) is known color: Spicy Mix. HEX triplet: 90, 5B and 50. RGB value is (144,91,80). Sum of RGB (Red+Green+Blue) = 144+91+80=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B50 is #6FA4AF. Grayscale: #696969. Windows color (decimal): -7316656 or 5266320. OLE color: 5266320.
HSL color Cylindrical-coordinate representation of color #905B50: hue angle of 10.31º 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 #905B50 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 80 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.44 |
| HSL | 10.31º | 0.29% | 0.44% | - |
| HSV(B) | 10.31º | 0.44% | 0.56% | - |
| XYZ | 16.69 | 13.99 | 9.41 | - |
| YUV | 105.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 80 | 0 | 0.37 | 0.44 | 0.44 | 10.31 | 0.29 | 0.44 |
| Hex | 90 | 5B | 50 | 0 | 25 | 2C | 2C | A | 1D | 2C |
| Octal | 220 | 133 | 120 | 0 | 45 | 54 | 54 | 12 | 35 | 54 |
| Binary | 10010000 | 1011011 | 1010000 | 0 | 100101 | 101100 | 101100 | 1010 | 11101 | 101100 |
Color Harmonies of #905B50
Complementary color
Monochromatic Colors of #905B50
Black with #905B50
Text Example
Text Example
White with #905B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B50; }
p { color: rgb(144,91,80); }
H1.HeaderClassName
{
color: #905B50;
}
.AnyTagClassName
{
color: #905B50;
}
</style>
background-color css
<style>
a { background-color: #905B50; }
a { background-color: rgb(144,91,80); }
div.DivClassName
{
background-color: #905B50;
}
.BgClassName
{
background-color: #905B50;
}
</style>
border-color css
<style>
span { border-color: #905B50; }
span { border-color: rgb(144,91,80); }
td.TdClassName
{
border-color: #905B50;
}
.TagClassName
{
border-color: #905B50;
}
</style>