#915F50

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

Shades of Spicy Mix #915F50

Tints of Spicy Mix #915F50

Color information

#915F50 (or 0x915F50) is unknown color: approx Spicy Mix. HEX triplet: 91, 5F and 50. RGB value is (145,95,80). Sum of RGB (Red+Green+Blue) = 145+95+80=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #915F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F50 is #6EA0AF. Grayscale: #6C6C6C. Windows color (decimal): -7250096 or 5267345. OLE color: 5267345.

HSL color Cylindrical-coordinate representation of color #915F50: hue angle of 13.85º 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 #915F50 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1459580-
CMYK00.340.450.43
HSL13.85º28.89%44.12%-
HSV(B)13.85º44.83%56.86%-
XYZ17.2214.789.54-
YUV108.24112.06154.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 80 (31.64% from 255) = 25%
R=45.31%
G=29.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145958000.340.450.4313.8528.8944.12
Hex915F500222D2Be1d2c
Octal2211371200425553163554
Binary10010001101111110100000100010101101101011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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