#895847

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

Shades of Spicy Mix #895847

Tints of Spicy Mix #895847

Color information

#895847 (or 0x895847) is unknown color: approx Spicy Mix. HEX triplet: 89, 58 and 47. RGB value is (137,88,71). Sum of RGB (Red+Green+Blue) = 137+88+71=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #895847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895847 is #76A7B8. Grayscale: #646464. Windows color (decimal): -7776185 or 4675721. OLE color: 4675721.

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

Color convert

RGB1378871-
CMYK00.360.480.46
HSL15.45º31.73%40.78%-
HSV(B)15.45º48.18%53.73%-
XYZ14.9412.757.64-
YUV100.71111.23153.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=46.28%
G=29.73%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137887100.360.480.4615.4531.7340.78
Hex895847024302Ef2029
Octal2111301070446056174051
Binary100010011011000100011101001001100001011101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895847; }

 p { color: rgb(137,88,71); }

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

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

 a { background-color: rgb(137,88,71); }

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

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

 span { border-color: rgb(137,88,71); }

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