#915E4A

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

Shades of Spicy Mix #915E4A

Tints of Spicy Mix #915E4A

Color information

#915E4A (or 0x915E4A) is unknown color: approx Spicy Mix. HEX triplet: 91, 5E and 4A. RGB value is (145,94,74). Sum of RGB (Red+Green+Blue) = 145+94+74=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E4A is #6EA1B5. Grayscale: #6B6B6B. Windows color (decimal): -7250358 or 4873873. OLE color: 4873873.

HSL color Cylindrical-coordinate representation of color #915E4A: hue angle of 16.9º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915E4A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1459474-
CMYK00.350.490.43
HSL16.9º32.42%42.94%-
HSV(B)16.9º48.97%56.86%-
XYZ16.9214.528.39-
YUV106.97109.4155.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=46.33%
G=30.03%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145947400.350.490.4316.932.4242.94
Hex915E4A023312B11202b
Octal2211361120436153214053
Binary1001000110111101001010010001111000110101110001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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