Shades of Spicy Mix #905C48
Tints of Spicy Mix #905C48
RGB
CMYK
RGB Variations
Color information
#905C48 (or 0x905C48) is known color: Spicy Mix. HEX triplet: 90, 5C and 48. RGB value is (144,92,72). Sum of RGB (Red+Green+Blue) = 144+92+72=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #905C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C48 is #6FA3B7. Grayscale: #696969. Windows color (decimal): -7316408 or 4742288. OLE color: 4742288.
HSL color Cylindrical-coordinate representation of color #905C48: hue angle of 16.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905C48 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 72 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.44 |
| HSL | 16.67º | 0.33% | 0.42% | - |
| HSV(B) | 16.67º | 0.5% | 0.56% | - |
| XYZ | 16.5 | 14.05 | 7.97 | - |
| YUV | 105.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 72 | 0 | 0.36 | 0.50 | 0.44 | 16.67 | 0.33 | 0.42 |
| Hex | 90 | 5C | 48 | 0 | 24 | 32 | 2C | 11 | 21 | 2A |
| Octal | 220 | 134 | 110 | 0 | 44 | 62 | 54 | 21 | 41 | 52 |
| Binary | 10010000 | 1011100 | 1001000 | 0 | 100100 | 110010 | 101100 | 10001 | 100001 | 101010 |
Color Harmonies of #905C48
Complementary color
Monochromatic Colors of #905C48
Black with #905C48
Text Example
Text Example
White with #905C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C48; }
p { color: rgb(144,92,72); }
H1.HeaderClassName
{
color: #905C48;
}
.AnyTagClassName
{
color: #905C48;
}
</style>
background-color css
<style>
a { background-color: #905C48; }
a { background-color: rgb(144,92,72); }
div.DivClassName
{
background-color: #905C48;
}
.BgClassName
{
background-color: #905C48;
}
</style>
border-color css
<style>
span { border-color: #905C48; }
span { border-color: rgb(144,92,72); }
td.TdClassName
{
border-color: #905C48;
}
.TagClassName
{
border-color: #905C48;
}
</style>