#895B49

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

Shades of Spicy Mix #895B49

Tints of Spicy Mix #895B49

Color information

#895B49 (or 0x895B49) is unknown color: approx Spicy Mix. HEX triplet: 89, 5B and 49. RGB value is (137,91,73). Sum of RGB (Red+Green+Blue) = 137+91+73=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #895B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B49 is #76A4B6. Grayscale: #666666. Windows color (decimal): -7775415 or 4807561. OLE color: 4807561.

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

Color convert

RGB1379173-
CMYK00.340.470.46
HSL16.88º30.48%41.18%-
HSV(B)16.88º46.72%53.73%-
XYZ15.2613.288.06-
YUV102.7111.24152.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=45.51%
G=30.23%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137917300.340.470.4616.8830.4841.18
Hex895B490222F2E111e29
Octal2111331110425756213651
Binary100010011011011100100101000101011111011101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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