Shades of Spicy Mix #905C4F
Tints of Spicy Mix #905C4F
RGB
CMYK
RGB Variations
Color information
#905C4F (or 0x905C4F) is known color: Spicy Mix. HEX triplet: 90, 5C and 4F. RGB value is (144,92,79). Sum of RGB (Red+Green+Blue) = 144+92+79=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C4F is #6FA3B0. Grayscale: #6A6A6A. Windows color (decimal): -7316401 or 5201040. OLE color: 5201040.
HSL color Cylindrical-coordinate representation of color #905C4F: hue angle of 12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #905C4F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 79 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.44 |
| HSL | 12º | 0.29% | 0.44% | - |
| HSV(B) | 12º | 0.45% | 0.56% | - |
| XYZ | 16.74 | 14.15 | 9.25 | - |
| YUV | 106.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 79 | 0 | 0.36 | 0.45 | 0.44 | 12 | 0.29 | 0.44 |
| Hex | 90 | 5C | 4F | 0 | 24 | 2D | 2C | C | 1D | 2C |
| Octal | 220 | 134 | 117 | 0 | 44 | 55 | 54 | 14 | 35 | 54 |
| Binary | 10010000 | 1011100 | 1001111 | 0 | 100100 | 101101 | 101100 | 1100 | 11101 | 101100 |
Color Harmonies of #905C4F
Complementary color
Monochromatic Colors of #905C4F
Black with #905C4F
Text Example
Text Example
White with #905C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C4F; }
p { color: rgb(144,92,79); }
H1.HeaderClassName
{
color: #905C4F;
}
.AnyTagClassName
{
color: #905C4F;
}
</style>
background-color css
<style>
a { background-color: #905C4F; }
a { background-color: rgb(144,92,79); }
div.DivClassName
{
background-color: #905C4F;
}
.BgClassName
{
background-color: #905C4F;
}
</style>
border-color css
<style>
span { border-color: #905C4F; }
span { border-color: rgb(144,92,79); }
td.TdClassName
{
border-color: #905C4F;
}
.TagClassName
{
border-color: #905C4F;
}
</style>