#895D54

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

Shades of Spicy Mix #895D54

Tints of Spicy Mix #895D54

Color information

#895D54 (or 0x895D54) is unknown color: approx Spicy Mix. HEX triplet: 89, 5D and 54. RGB value is (137,93,84). Sum of RGB (Red+Green+Blue) = 137+93+84=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D54 is #76A2AB. Grayscale: #696969. Windows color (decimal): -7774892 or 5528969. OLE color: 5528969.

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

Color convert

RGB1379384-
CMYK00.320.390.46
HSL10.19º23.98%43.33%-
HSV(B)10.19º38.69%53.73%-
XYZ15.8313.7910.21-
YUV105.13116.08150.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=43.63%
G=29.62%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137938400.320.390.4610.1923.9843.33
Hex895D54020272Ea182b
Octal2111351240404756123053
Binary10001001101110110101000100000100111101110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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