Html Css Color HEX #895C46 Spicy Mix

📋 copy color: '#895C46'

red 137 ◦ green 92 ◦ blue 70

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

Shades of Spicy Mix #895C46

Tints of Spicy Mix #895C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 45.82%
G = 30.77%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#895C46 (or 0x895C46) is known color: Spicy Mix. HEX triplet: 89, 5C and 46. RGB value is (137,92,70). Sum of RGB (Red+Green+Blue) = 137+92+70=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #895C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C46 is #76A3B9. Grayscale: #676767. Windows color (decimal): -7775162 or 4611209. OLE color: 4611209.

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

Color convert

RGB 137 92 70 -
CMYK 0 0.33 0.49 0.46
HSL 19.7º 0.32% 0.41% -
HSV(B) 19.7º 0.49% 0.54% -
XYZ 15.25 13.41 7.58 -
YUV 102.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 137 92 70 0 0.33 0.49 0.46 19.7 0.32 0.41
Hex 89 5C 46 0 21 31 2E 14 20 29
Octal 211 134 106 0 41 61 56 24 40 51
Binary 10001001 1011100 1000110 0 100001 110001 101110 10100 100000 101001

Color Harmonies of #895C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C46

Black with #895C46

Text Example


Text Example

White with #895C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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