#915D4F

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

Shades of Spicy Mix #915D4F

Tints of Spicy Mix #915D4F

Color information

#915D4F (or 0x915D4F) is unknown color: approx Spicy Mix. HEX triplet: 91, 5D and 4F. RGB value is (145,93,79). Sum of RGB (Red+Green+Blue) = 145+93+79=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #915D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D4F is #6EA2B0. Grayscale: #6B6B6B. Windows color (decimal): -7250609 or 5201297. OLE color: 5201297.

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

Color convert

RGB1459379-
CMYK00.360.460.43
HSL12.73º29.46%43.92%-
HSV(B)12.73º45.52%56.86%-
XYZ1714.419.28-
YUV106.95112.23155.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=45.74%
G=29.34%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145937900.360.460.4312.7329.4643.92
Hex915D4F0242E2Bd1d2c
Octal2211351170445653153554
Binary10010001101110110011110100100101110101011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,93,79); }

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

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

 a { background-color: rgb(145,93,79); }

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

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

 span { border-color: rgb(145,93,79); }

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