Html Css Color HEX #895D4C Spicy Mix

📋 copy color: '#895D4C'

red 137 ◦ green 93 ◦ blue 76

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

Shades of Spicy Mix #895D4C

Tints of Spicy Mix #895D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 44.77%
G = 30.39%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#895D4C (or 0x895D4C) is known color: Spicy Mix. HEX triplet: 89, 5D and 4C. RGB value is (137,93,76). Sum of RGB (Red+Green+Blue) = 137+93+76=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #895D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D4C is #76A2B3. Grayscale: #686868. Windows color (decimal): -7774900 or 5004681. OLE color: 5004681.

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

Color convert

RGB 137 93 76 -
CMYK 0 0.32 0.45 0.46
HSL 16.72º 0.29% 0.42% -
HSV(B) 16.72º 0.45% 0.54% -
XYZ 15.54 13.67 8.66 -
YUV 104.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 137 93 76 0 0.32 0.45 0.46 16.72 0.29 0.42
Hex 89 5D 4C 0 20 2D 2E 11 1D 2A
Octal 211 135 114 0 40 55 56 21 35 52
Binary 10001001 1011101 1001100 0 100000 101101 101110 10001 11101 101010

Color Harmonies of #895D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D4C

Black with #895D4C

Text Example


Text Example

White with #895D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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