Shades of Spicy Mix #905F52
Tints of Spicy Mix #905F52
RGB
CMYK
RGB Variations
Color information
#905F52 (or 0x905F52) is known color: Spicy Mix. HEX triplet: 90, 5F and 52. RGB value is (144,95,82). Sum of RGB (Red+Green+Blue) = 144+95+82=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #905F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F52 is #6FA0AD. Grayscale: #6C6C6C. Windows color (decimal): -7315630 or 5398416. OLE color: 5398416.
HSL color Cylindrical-coordinate representation of color #905F52: hue angle of 12.58º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905F52 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 82 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.44 |
| HSL | 12.58º | 0.27% | 0.44% | - |
| HSV(B) | 12.58º | 0.43% | 0.56% | - |
| XYZ | 17.12 | 14.72 | 9.92 | - |
| YUV | 108.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 82 | 0 | 0.34 | 0.43 | 0.44 | 12.58 | 0.27 | 0.44 |
| Hex | 90 | 5F | 52 | 0 | 22 | 2B | 2C | D | 1B | 2C |
| Octal | 220 | 137 | 122 | 0 | 42 | 53 | 54 | 15 | 33 | 54 |
| Binary | 10010000 | 1011111 | 1010010 | 0 | 100010 | 101011 | 101100 | 1101 | 11011 | 101100 |
Color Harmonies of #905F52
Complementary color
Monochromatic Colors of #905F52
Black with #905F52
Text Example
Text Example
White with #905F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F52; }
p { color: rgb(144,95,82); }
H1.HeaderClassName
{
color: #905F52;
}
.AnyTagClassName
{
color: #905F52;
}
</style>
background-color css
<style>
a { background-color: #905F52; }
a { background-color: rgb(144,95,82); }
div.DivClassName
{
background-color: #905F52;
}
.BgClassName
{
background-color: #905F52;
}
</style>
border-color css
<style>
span { border-color: #905F52; }
span { border-color: rgb(144,95,82); }
td.TdClassName
{
border-color: #905F52;
}
.TagClassName
{
border-color: #905F52;
}
</style>