Shades of Spicy Mix #905C4A
Tints of Spicy Mix #905C4A
RGB
CMYK
RGB Variations
Color information
#905C4A (or 0x905C4A) is known color: Spicy Mix. HEX triplet: 90, 5C and 4A. RGB value is (144,92,74). Sum of RGB (Red+Green+Blue) = 144+92+74=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #905C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C4A is #6FA3B5. Grayscale: #696969. Windows color (decimal): -7316406 or 4873360. OLE color: 4873360.
HSL color Cylindrical-coordinate representation of color #905C4A: hue angle of 15.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905C4A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 74 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.44 |
| HSL | 15.43º | 0.32% | 0.43% | - |
| HSV(B) | 15.43º | 0.49% | 0.56% | - |
| XYZ | 16.56 | 14.08 | 8.32 | - |
| YUV | 105.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 74 | 0 | 0.36 | 0.49 | 0.44 | 15.43 | 0.32 | 0.43 |
| Hex | 90 | 5C | 4A | 0 | 24 | 31 | 2C | F | 20 | 2B |
| Octal | 220 | 134 | 112 | 0 | 44 | 61 | 54 | 17 | 40 | 53 |
| Binary | 10010000 | 1011100 | 1001010 | 0 | 100100 | 110001 | 101100 | 1111 | 100000 | 101011 |
Color Harmonies of #905C4A
Complementary color
Monochromatic Colors of #905C4A
Black with #905C4A
Text Example
Text Example
White with #905C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C4A; }
p { color: rgb(144,92,74); }
H1.HeaderClassName
{
color: #905C4A;
}
.AnyTagClassName
{
color: #905C4A;
}
</style>
background-color css
<style>
a { background-color: #905C4A; }
a { background-color: rgb(144,92,74); }
div.DivClassName
{
background-color: #905C4A;
}
.BgClassName
{
background-color: #905C4A;
}
</style>
border-color css
<style>
span { border-color: #905C4A; }
span { border-color: rgb(144,92,74); }
td.TdClassName
{
border-color: #905C4A;
}
.TagClassName
{
border-color: #905C4A;
}
</style>