#895F48

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

Shades of Spicy Mix #895F48

Tints of Spicy Mix #895F48

Color information

#895F48 (or 0x895F48) is unknown color: approx Spicy Mix. HEX triplet: 89, 5F and 48. RGB value is (137,95,72). Sum of RGB (Red+Green+Blue) = 137+95+72=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F48 is #76A0B7. Grayscale: #696969. Windows color (decimal): -7774392 or 4743049. OLE color: 4743049.

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

Color convert

RGB1379572-
CMYK00.310.470.46
HSL21.23º31.1%40.98%-
HSV(B)21.23º47.45%53.73%-
XYZ15.5813.978.01-
YUV104.94109.41150.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=45.07%
G=31.25%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137957200.310.470.4621.2331.140.98
Hex895F4801F2F2E151f29
Octal2111371100375756253751
Binary10001001101111110010000111111011111011101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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