#895E4E

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

Shades of Spicy Mix #895E4E

Tints of Spicy Mix #895E4E

Color information

#895E4E (or 0x895E4E) is unknown color: approx Spicy Mix. HEX triplet: 89, 5E and 4E. RGB value is (137,94,78). Sum of RGB (Red+Green+Blue) = 137+94+78=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E4E is #76A1B1. Grayscale: #696969. Windows color (decimal): -7774642 or 5136009. OLE color: 5136009.

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

Color convert

RGB1379478-
CMYK00.310.430.46
HSL16.27º27.44%42.16%-
HSV(B)16.27º43.07%53.73%-
XYZ15.6913.879.06-
YUV105.03112.75150.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=44.34%
G=30.42%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137947800.310.430.4616.2727.4442.16
Hex895E4E01F2B2E101b2a
Octal2111361160375356203352
Binary10001001101111010011100111111010111011101000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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