#915C49

Color #915C49 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #915C49

Tints of Spicy Mix #915C49

Color information

#915C49 (or 0x915C49) is unknown color: approx Spicy Mix. HEX triplet: 91, 5C and 49. RGB value is (145,92,73). Sum of RGB (Red+Green+Blue) = 145+92+73=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #915C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C49 is #6EA3B6. Grayscale: #696969. Windows color (decimal): -7250871 or 4807825. OLE color: 4807825.

HSL color Cylindrical-coordinate representation of color #915C49: hue angle of 15.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915C49 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1459273-
CMYK00.370.500.43
HSL15.83º33.03%42.75%-
HSV(B)15.83º49.66%56.86%-
XYZ16.7114.168.15-
YUV105.68109.56156.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=46.77%
G=29.68%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145927300.370.500.4315.8333.0342.75
Hex915C49025322B10212b
Octal2211341110456253204153
Binary1001000110111001001001010010111001010101110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915C49; }

 p { color: rgb(145,92,73); }

 H1.HeaderClassName
 {
   color: #915C49;
 }
 .AnyTagClassName
 {
   color: #915C49;
 }
</style>
background-color css

<style>
 a { background-color: #915C49; }

 a { background-color: rgb(145,92,73); }

 div.DivClassName
 {
   background-color: #915C49;
 }
 .BgClassName
 {
   background-color: #915C49;
 }
</style>
border-color css

<style>
 span { border-color: #915C49; }

 span { border-color: rgb(145,92,73); }

 td.TdClassName
 {
   border-color: #915C49;
 }
 .TagClassName
 {
   border-color: #915C49;
 }
</style>