Shades of Spicy Mix #905F53
Tints of Spicy Mix #905F53
RGB
CMYK
RGB Variations
Color information
#905F53 (or 0x905F53) is known color: Spicy Mix. HEX triplet: 90, 5F and 53. RGB value is (144,95,83). Sum of RGB (Red+Green+Blue) = 144+95+83=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #905F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F53 is #6FA0AC. Grayscale: #6C6C6C. Windows color (decimal): -7315629 or 5463952. OLE color: 5463952.
HSL color Cylindrical-coordinate representation of color #905F53: hue angle of 11.8º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905F53 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 83 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.44 |
| HSL | 11.8º | 0.27% | 0.45% | - |
| HSV(B) | 11.8º | 0.42% | 0.56% | - |
| XYZ | 17.16 | 14.74 | 10.12 | - |
| YUV | 108.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 83 | 0 | 0.34 | 0.42 | 0.44 | 11.8 | 0.27 | 0.45 |
| Hex | 90 | 5F | 53 | 0 | 22 | 2A | 2C | C | 1B | 2D |
| Octal | 220 | 137 | 123 | 0 | 42 | 52 | 54 | 14 | 33 | 55 |
| Binary | 10010000 | 1011111 | 1010011 | 0 | 100010 | 101010 | 101100 | 1100 | 11011 | 101101 |
Color Harmonies of #905F53
Complementary color
Monochromatic Colors of #905F53
Black with #905F53
Text Example
Text Example
White with #905F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F53; }
p { color: rgb(144,95,83); }
H1.HeaderClassName
{
color: #905F53;
}
.AnyTagClassName
{
color: #905F53;
}
</style>
background-color css
<style>
a { background-color: #905F53; }
a { background-color: rgb(144,95,83); }
div.DivClassName
{
background-color: #905F53;
}
.BgClassName
{
background-color: #905F53;
}
</style>
border-color css
<style>
span { border-color: #905F53; }
span { border-color: rgb(144,95,83); }
td.TdClassName
{
border-color: #905F53;
}
.TagClassName
{
border-color: #905F53;
}
</style>