Html Css Color HEX #895C4C Spicy Mix

📋 copy color: '#895C4C'

red 137 ◦ green 92 ◦ blue 76

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

Shades of Spicy Mix #895C4C

Tints of Spicy Mix #895C4C

RGB

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

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

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

R = 44.92%
G = 30.16%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#895C4C (or 0x895C4C) is known color: Spicy Mix. HEX triplet: 89, 5C and 4C. RGB value is (137,92,76). Sum of RGB (Red+Green+Blue) = 137+92+76=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C4C is #76A3B3. Grayscale: #676767. Windows color (decimal): -7775156 or 5004425. OLE color: 5004425.

HSL color Cylindrical-coordinate representation of color #895C4C: hue angle of 15.74º 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 #895C4C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 76 -
CMYK 0 0.33 0.45 0.46
HSL 15.74º 0.29% 0.42% -
HSV(B) 15.74º 0.45% 0.54% -
XYZ 15.45 13.49 8.63 -
YUV 103.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 137 92 76 0 0.33 0.45 0.46 15.74 0.29 0.42
Hex 89 5C 4C 0 21 2D 2E 10 1D 2A
Octal 211 134 114 0 41 55 56 20 35 52
Binary 10001001 1011100 1001100 0 100001 101101 101110 10000 11101 101010

Color Harmonies of #895C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C4C

Black with #895C4C

Text Example


Text Example

White with #895C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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