#895C4D

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

Shades of Spicy Mix #895C4D

Tints of Spicy Mix #895C4D

Color information

#895C4D (or 0x895C4D) is unknown color: approx Spicy Mix. HEX triplet: 89, 5C and 4D. RGB value is (137,92,77). Sum of RGB (Red+Green+Blue) = 137+92+77=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #895C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C4D is #76A3B2. Grayscale: #676767. Windows color (decimal): -7775155 or 5069961. OLE color: 5069961.

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

Color convert

RGB1379277-
CMYK00.330.440.46
HSL15º28.04%41.96%-
HSV(B)15º43.8%53.73%-
XYZ15.4813.518.81-
YUV103.74112.91151.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=44.77%
G=30.07%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137927700.330.440.461528.0441.96
Hex895C4D0212C2Ef1c2a
Octal2111341150415456173452
Binary10001001101110010011010100001101100101110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,77); }

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

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

 a { background-color: rgb(137,92,77); }

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

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

 span { border-color: rgb(137,92,77); }

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