Shades of Spicy Mix #905D4D
Tints of Spicy Mix #905D4D
RGB
CMYK
RGB Variations
Color information
#905D4D (or 0x905D4D) is known color: Spicy Mix. HEX triplet: 90, 5D and 4D. RGB value is (144,93,77). Sum of RGB (Red+Green+Blue) = 144+93+77=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #905D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D4D is #6FA2B2. Grayscale: #6A6A6A. Windows color (decimal): -7316147 or 5070224. OLE color: 5070224.
HSL color Cylindrical-coordinate representation of color #905D4D: hue angle of 14.33º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #905D4D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 77 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.44 |
| HSL | 14.33º | 0.3% | 0.43% | - |
| HSV(B) | 14.33º | 0.47% | 0.56% | - |
| XYZ | 16.76 | 14.29 | 8.9 | - |
| YUV | 106.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 77 | 0 | 0.35 | 0.47 | 0.44 | 14.33 | 0.3 | 0.43 |
| Hex | 90 | 5D | 4D | 0 | 23 | 2F | 2C | E | 1E | 2B |
| Octal | 220 | 135 | 115 | 0 | 43 | 57 | 54 | 16 | 36 | 53 |
| Binary | 10010000 | 1011101 | 1001101 | 0 | 100011 | 101111 | 101100 | 1110 | 11110 | 101011 |
Color Harmonies of #905D4D
Complementary color
Monochromatic Colors of #905D4D
Black with #905D4D
Text Example
Text Example
White with #905D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D4D; }
p { color: rgb(144,93,77); }
H1.HeaderClassName
{
color: #905D4D;
}
.AnyTagClassName
{
color: #905D4D;
}
</style>
background-color css
<style>
a { background-color: #905D4D; }
a { background-color: rgb(144,93,77); }
div.DivClassName
{
background-color: #905D4D;
}
.BgClassName
{
background-color: #905D4D;
}
</style>
border-color css
<style>
span { border-color: #905D4D; }
span { border-color: rgb(144,93,77); }
td.TdClassName
{
border-color: #905D4D;
}
.TagClassName
{
border-color: #905D4D;
}
</style>