#895D4E

Color #895D4E Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #895D4E

Tints of Spicy Mix #895D4E

Color information

#895D4E (or 0x895D4E) is unknown color: approx Spicy Mix. HEX triplet: 89, 5D and 4E. RGB value is (137,93,78). Sum of RGB (Red+Green+Blue) = 137+93+78=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D4E is #76A2B1. Grayscale: #686868. Windows color (decimal): -7774898 or 5135753. OLE color: 5135753.

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

Color convert

RGB1379378-
CMYK00.320.430.46
HSL15.25º27.44%42.16%-
HSV(B)15.25º43.07%53.73%-
XYZ15.6113.79.03-
YUV104.45113.08151.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=44.48%
G=30.19%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137937800.320.430.4615.2527.4442.16
Hex895D4E0202B2Ef1b2a
Octal2111351160405356173352
Binary10001001101110110011100100000101011101110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #895D4E;
 }
 .AnyTagClassName
 {
   color: #895D4E;
 }
</style>
background-color css

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

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

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

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

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

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