#895E4F

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

Shades of Spicy Mix #895E4F

Tints of Spicy Mix #895E4F

Color information

#895E4F (or 0x895E4F) is unknown color: approx Spicy Mix. HEX triplet: 89, 5E and 4F. RGB value is (137,94,79). Sum of RGB (Red+Green+Blue) = 137+94+79=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E4F is #76A1B0. Grayscale: #696969. Windows color (decimal): -7774641 or 5201545. OLE color: 5201545.

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

Color convert

RGB1379479-
CMYK00.310.420.46
HSL15.52º26.85%42.35%-
HSV(B)15.52º42.34%53.73%-
XYZ15.7313.899.25-
YUV105.15113.25150.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=44.19%
G=30.32%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137947900.310.420.4615.5226.8542.35
Hex895E4F01F2A2E101b2a
Octal2111361170375256203352
Binary10001001101111010011110111111010101011101000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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