#895f49

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

Shades of Spicy Mix #895F49

Tints of Spicy Mix #895F49

Color information

#895F49 (or 0x895F49) is unknown color: approx Spicy Mix. HEX triplet: 89, 5F and 49. RGB value is (137,95,73). Sum of RGB (Red+Green+Blue) = 137+95+73=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F49 is #76A0B6. Grayscale: #696969. Windows color (decimal): -7774391 or 4808585. OLE color: 4808585.

HSL color Cylindrical-coordinate representation of color #895F49: hue angle of 20.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895F49 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1379573-
CMYK00.310.470.46
HSL20.62º30.48%41.18%-
HSV(B)20.62º46.72%53.73%-
XYZ15.6113.988.18-
YUV105.05109.91150.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=44.92%
G=31.15%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137957300.310.470.4620.6230.4841.18
Hex895F4901F2F2E151e29
Octal2111371110375756253651
Binary10001001101111110010010111111011111011101010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895f49; }

 p { color: rgb(137,95,73); }

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

<style>
 a { background-color: #895f49; }

 a { background-color: rgb(137,95,73); }

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

<style>
 span { border-color: #895f49; }

 span { border-color: rgb(137,95,73); }

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