#895F54

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

Shades of Spicy Mix #895F54

Tints of Spicy Mix #895F54

Color information

#895F54 (or 0x895F54) is unknown color: approx Spicy Mix. HEX triplet: 89, 5F and 54. RGB value is (137,95,84). Sum of RGB (Red+Green+Blue) = 137+95+84=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F54 is #76A0AB. Grayscale: #6A6A6A. Windows color (decimal): -7774380 or 5529481. OLE color: 5529481.

HSL color Cylindrical-coordinate representation of color #895F54: hue angle of 12.45º 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 #895F54 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1379584-
CMYK00.310.390.46
HSL12.45º23.98%43.33%-
HSV(B)12.45º38.69%53.73%-
XYZ16.0114.1410.27-
YUV106.3115.41149.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=43.35%
G=30.06%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137958400.310.390.4612.4523.9843.33
Hex895F5401F272Ec182b
Octal2111371240374756143053
Binary1000100110111111010100011111100111101110110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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