Html Css Color HEX #895E56 Spicy Mix

📋 copy color: '#895E56'

red 137 ◦ green 94 ◦ blue 86

#895E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #895E56

Tints of Spicy Mix #895E56

RGB

 RED value IS 137 (53.91% from 255) = 43.22%

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 43.22%
G = 29.65%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#895E56 (or 0x895E56) is known color: Spicy Mix. HEX triplet: 89, 5E and 56. RGB value is (137,94,86). Sum of RGB (Red+Green+Blue) = 137+94+86=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E56 is #76A1A9. Grayscale: #6A6A6A. Windows color (decimal): -7774634 or 5660297. OLE color: 5660297.

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

Color convert

RGB 137 94 86 -
CMYK 0 0.31 0.37 0.46
HSL 9.41º 0.23% 0.44% -
HSV(B) 9.41º 0.37% 0.54% -
XYZ 16 14 10.66 -
YUV 105.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 137 94 86 0 0.31 0.37 0.46 9.41 0.23 0.44
Hex 89 5E 56 0 1F 25 2E 9 17 2C
Octal 211 136 126 0 37 45 56 11 27 54
Binary 10001001 1011110 1010110 0 11111 100101 101110 1001 10111 101100

Color Harmonies of #895E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E56

Black with #895E56

Text Example


Text Example

White with #895E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895E56;
 }
 .AnyTagClassName
 {
   color: #895E56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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