#895E53

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

Shades of Spicy Mix #895E53

Tints of Spicy Mix #895E53

Color information

#895E53 (or 0x895E53) is unknown color: approx Spicy Mix. HEX triplet: 89, 5E and 53. RGB value is (137,94,83). Sum of RGB (Red+Green+Blue) = 137+94+83=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E53 is #76A1AC. Grayscale: #696969. Windows color (decimal): -7774637 or 5463689. OLE color: 5463689.

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

Color convert

RGB1379483-
CMYK00.310.390.46
HSL12.22º24.55%43.14%-
HSV(B)12.22º39.42%53.73%-
XYZ15.8813.9510.04-
YUV105.6115.25150.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=43.63%
G=29.94%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137948300.310.390.4612.2224.5543.14
Hex895E5301F272Ec192b
Octal2111361230374756143153
Binary1000100110111101010011011111100111101110110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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