#915C50

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

Shades of Spicy Mix #915C50

Tints of Spicy Mix #915C50

Color information

#915C50 (or 0x915C50) is unknown color: approx Spicy Mix. HEX triplet: 91, 5C and 50. RGB value is (145,92,80). Sum of RGB (Red+Green+Blue) = 145+92+80=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #915C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C50 is #6EA3AF. Grayscale: #6A6A6A. Windows color (decimal): -7250864 or 5266577. OLE color: 5266577.

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

Color convert

RGB1459280-
CMYK00.370.450.43
HSL11.08º28.89%44.12%-
HSV(B)11.08º44.83%56.86%-
XYZ16.9514.259.45-
YUV106.48113.06155.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=45.74%
G=29.02%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145928000.370.450.4311.0828.8944.12
Hex915C500252D2Bb1d2c
Octal2211341200455553133554
Binary10010001101110010100000100101101101101011101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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