Shades of Spicy Mix #905E52
Tints of Spicy Mix #905E52
RGB
CMYK
RGB Variations
Color information
#905E52 (or 0x905E52) is known color: Spicy Mix. HEX triplet: 90, 5E and 52. RGB value is (144,94,82). Sum of RGB (Red+Green+Blue) = 144+94+82=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #905E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E52 is #6FA1AD. Grayscale: #6B6B6B. Windows color (decimal): -7315886 or 5398160. OLE color: 5398160.
HSL color Cylindrical-coordinate representation of color #905E52: hue angle of 11.61º 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 #905E52 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 82 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.44 |
| HSL | 11.61º | 0.27% | 0.44% | - |
| HSV(B) | 11.61º | 0.43% | 0.56% | - |
| XYZ | 17.03 | 14.54 | 9.89 | - |
| YUV | 107.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 82 | 0 | 0.35 | 0.43 | 0.44 | 11.61 | 0.27 | 0.44 |
| Hex | 90 | 5E | 52 | 0 | 23 | 2B | 2C | C | 1B | 2C |
| Octal | 220 | 136 | 122 | 0 | 43 | 53 | 54 | 14 | 33 | 54 |
| Binary | 10010000 | 1011110 | 1010010 | 0 | 100011 | 101011 | 101100 | 1100 | 11011 | 101100 |
Color Harmonies of #905E52
Complementary color
Monochromatic Colors of #905E52
Black with #905E52
Text Example
Text Example
White with #905E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E52; }
p { color: rgb(144,94,82); }
H1.HeaderClassName
{
color: #905E52;
}
.AnyTagClassName
{
color: #905E52;
}
</style>
background-color css
<style>
a { background-color: #905E52; }
a { background-color: rgb(144,94,82); }
div.DivClassName
{
background-color: #905E52;
}
.BgClassName
{
background-color: #905E52;
}
</style>
border-color css
<style>
span { border-color: #905E52; }
span { border-color: rgb(144,94,82); }
td.TdClassName
{
border-color: #905E52;
}
.TagClassName
{
border-color: #905E52;
}
</style>