#895e49

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

Shades of Spicy Mix #895E49

Tints of Spicy Mix #895E49

Color information

#895E49 (or 0x895E49) is unknown color: approx Spicy Mix. HEX triplet: 89, 5E and 49. RGB value is (137,94,73). Sum of RGB (Red+Green+Blue) = 137+94+73=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E49 is #76A1B6. Grayscale: #686868. Windows color (decimal): -7774647 or 4808329. OLE color: 4808329.

HSL color Cylindrical-coordinate representation of color #895E49: hue angle of 19.69º 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 #895E49 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1379473-
CMYK00.310.470.46
HSL19.69º30.48%41.18%-
HSV(B)19.69º46.72%53.73%-
XYZ15.5213.88.15-
YUV104.46110.25151.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=45.07%
G=30.92%
B=24.01%

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
Decimal137947300.310.470.4619.6930.4841.18
Hex895E4901F2F2E141e29
Octal2111361110375756243651
Binary10001001101111010010010111111011111011101010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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