#915E50

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

Shades of Spicy Mix #915E50

Tints of Spicy Mix #915E50

Color information

#915E50 (or 0x915E50) is unknown color: approx Spicy Mix. HEX triplet: 91, 5E and 50. RGB value is (145,94,80). Sum of RGB (Red+Green+Blue) = 145+94+80=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #915E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E50 is #6EA1AF. Grayscale: #6B6B6B. Windows color (decimal): -7250352 or 5267089. OLE color: 5267089.

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

Color convert

RGB1459480-
CMYK00.350.450.43
HSL12.92º28.89%44.12%-
HSV(B)12.92º44.83%56.86%-
XYZ17.1314.69.51-
YUV107.65112.4154.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=45.45%
G=29.47%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145948000.350.450.4312.9228.8944.12
Hex915E500232D2Bd1d2c
Octal2211361200435553153554
Binary10010001101111010100000100011101101101011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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