Html Css Color HEX #895C4F Spicy Mix

📋 copy color: '#895C4F'

red 137 ◦ green 92 ◦ blue 79

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

Shades of Spicy Mix #895C4F

Tints of Spicy Mix #895C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 44.48%
G = 29.87%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#895C4F (or 0x895C4F) is known color: Spicy Mix. HEX triplet: 89, 5C and 4F. RGB value is (137,92,79). Sum of RGB (Red+Green+Blue) = 137+92+79=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C4F is #76A3B0. Grayscale: #686868. Windows color (decimal): -7775153 or 5201033. OLE color: 5201033.

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

Color convert

RGB 137 92 79 -
CMYK 0 0.33 0.42 0.46
HSL 13.45º 0.27% 0.42% -
HSV(B) 13.45º 0.42% 0.54% -
XYZ 15.55 13.54 9.19 -
YUV 103.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 137 92 79 0 0.33 0.42 0.46 13.45 0.27 0.42
Hex 89 5C 4F 0 21 2A 2E D 1B 2A
Octal 211 134 117 0 41 52 56 15 33 52
Binary 10001001 1011100 1001111 0 100001 101010 101110 1101 11011 101010

Color Harmonies of #895C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C4F

Black with #895C4F

Text Example


Text Example

White with #895C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,79); }

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

background-color css

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

 a { background-color: rgb(137,92,79); }

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

border-color css

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

 span { border-color: rgb(137,92,79); }

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