Shades of Spicy Mix #905A48
Tints of Spicy Mix #905A48
RGB
CMYK
RGB Variations
Color information
#905A48 (or 0x905A48) is known color: Spicy Mix. HEX triplet: 90, 5A and 48. RGB value is (144,90,72). Sum of RGB (Red+Green+Blue) = 144+90+72=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #905A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A48 is #6FA5B7. Grayscale: #686868. Windows color (decimal): -7316920 or 4741776. OLE color: 4741776.
HSL color Cylindrical-coordinate representation of color #905A48: hue angle of 15º 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 #905A48 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 72 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.44 |
| HSL | 15º | 0.33% | 0.42% | - |
| HSV(B) | 15º | 0.5% | 0.56% | - |
| XYZ | 16.33 | 13.71 | 7.92 | - |
| YUV | 104.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 72 | 0 | 0.37 | 0.50 | 0.44 | 15 | 0.33 | 0.42 |
| Hex | 90 | 5A | 48 | 0 | 25 | 32 | 2C | F | 21 | 2A |
| Octal | 220 | 132 | 110 | 0 | 45 | 62 | 54 | 17 | 41 | 52 |
| Binary | 10010000 | 1011010 | 1001000 | 0 | 100101 | 110010 | 101100 | 1111 | 100001 | 101010 |
Color Harmonies of #905A48
Complementary color
Monochromatic Colors of #905A48
Black with #905A48
Text Example
Text Example
White with #905A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A48; }
p { color: rgb(144,90,72); }
H1.HeaderClassName
{
color: #905A48;
}
.AnyTagClassName
{
color: #905A48;
}
</style>
background-color css
<style>
a { background-color: #905A48; }
a { background-color: rgb(144,90,72); }
div.DivClassName
{
background-color: #905A48;
}
.BgClassName
{
background-color: #905A48;
}
</style>
border-color css
<style>
span { border-color: #905A48; }
span { border-color: rgb(144,90,72); }
td.TdClassName
{
border-color: #905A48;
}
.TagClassName
{
border-color: #905A48;
}
</style>