Html Css Color HEX #895E49 Spicy Mix

📋 copy color: '#895E49'

red 137 ◦ green 94 ◦ blue 73

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

Shades of Spicy Mix #895E49

Tints of Spicy Mix #895E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 45.07%
G = 30.92%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895E49 (or 0x895E49) is known color: Spicy Mix. HEX triplet: 89, 5E and 49. RGB value is (137,94,73). Sum of RGB (Red+Green+Blue) = 137+94+73=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E49 is #76A1B6. Grayscale: #686868. Windows color (decimal): -7774647 or 4808329. OLE color: 4808329.

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

Color convert

RGB 137 94 73 -
CMYK 0 0.31 0.47 0.46
HSL 19.69º 0.3% 0.41% -
HSV(B) 19.69º 0.47% 0.54% -
XYZ 15.52 13.8 8.15 -
YUV 104.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 137 94 73 0 0.31 0.47 0.46 19.69 0.3 0.41
Hex 89 5E 49 0 1F 2F 2E 14 1E 29
Octal 211 136 111 0 37 57 56 24 36 51
Binary 10001001 1011110 1001001 0 11111 101111 101110 10100 11110 101001

Color Harmonies of #895E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E49

Black with #895E49

Text Example


Text Example

White with #895E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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