Html Css Color HEX #895D47 Spicy Mix

📋 copy color: '#895D47'

red 137 ◦ green 93 ◦ blue 71

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

Shades of Spicy Mix #895D47

Tints of Spicy Mix #895D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 45.51%
G = 30.9%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#895D47 (or 0x895D47) is known color: Spicy Mix. HEX triplet: 89, 5D and 47. RGB value is (137,93,71). Sum of RGB (Red+Green+Blue) = 137+93+71=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #895D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D47 is #76A2B8. Grayscale: #676767. Windows color (decimal): -7774905 or 4677001. OLE color: 4677001.

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

Color convert

RGB 137 93 71 -
CMYK 0 0.32 0.48 0.46
HSL 20º 0.32% 0.41% -
HSV(B) 20º 0.48% 0.54% -
XYZ 15.37 13.6 7.78 -
YUV 103.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 137 93 71 0 0.32 0.48 0.46 20 0.32 0.41
Hex 89 5D 47 0 20 30 2E 14 20 29
Octal 211 135 107 0 40 60 56 24 40 51
Binary 10001001 1011101 1000111 0 100000 110000 101110 10100 100000 101001

Color Harmonies of #895D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D47

Black with #895D47

Text Example


Text Example

White with #895D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,71); }

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

background-color css

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

 a { background-color: rgb(137,93,71); }

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

border-color css

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

 span { border-color: rgb(137,93,71); }

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