#895A4D

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

Shades of Spicy Mix #895A4D

Tints of Spicy Mix #895A4D

Color information

#895A4D (or 0x895A4D) is unknown color: approx Spicy Mix. HEX triplet: 89, 5A and 4D. RGB value is (137,90,77). Sum of RGB (Red+Green+Blue) = 137+90+77=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A4D is #76A5B2. Grayscale: #666666. Windows color (decimal): -7775667 or 5069449. OLE color: 5069449.

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

Color convert

RGB1379077-
CMYK00.340.440.46
HSL13º28.04%41.96%-
HSV(B)13º43.8%53.73%-
XYZ15.3113.178.76-
YUV102.57113.57152.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=45.07%
G=29.61%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137907700.340.440.461328.0441.96
Hex895A4D0222C2Ed1c2a
Octal2111321150425456153452
Binary10001001101101010011010100010101100101110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,90,77); }

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

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

 a { background-color: rgb(137,90,77); }

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

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

 span { border-color: rgb(137,90,77); }

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