#915E48

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

Shades of Spicy Mix #915E48

Tints of Spicy Mix #915E48

Color information

#915E48 (or 0x915E48) is unknown color: approx Spicy Mix. HEX triplet: 91, 5E and 48. RGB value is (145,94,72). Sum of RGB (Red+Green+Blue) = 145+94+72=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E48 is #6EA1B7. Grayscale: #6A6A6A. Windows color (decimal): -7250360 or 4742801. OLE color: 4742801.

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

Color convert

RGB1459472-
CMYK00.350.500.43
HSL18.08º33.64%42.55%-
HSV(B)18.08º50.34%56.86%-
XYZ16.8514.498.04-
YUV106.74108.4155.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=46.62%
G=30.23%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145947200.350.500.4318.0833.6442.55
Hex915E48023322B12222b
Octal2211361100436253224253
Binary1001000110111101001000010001111001010101110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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