#895D51

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

Shades of Spicy Mix #895D51

Tints of Spicy Mix #895D51

Color information

#895D51 (or 0x895D51) is unknown color: approx Spicy Mix. HEX triplet: 89, 5D and 51. RGB value is (137,93,81). Sum of RGB (Red+Green+Blue) = 137+93+81=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #895D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D51 is #76A2AE. Grayscale: #686868. Windows color (decimal): -7774895 or 5332361. OLE color: 5332361.

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

Color convert

RGB1379381-
CMYK00.320.410.46
HSL12.86º25.69%42.75%-
HSV(B)12.86º40.88%53.73%-
XYZ15.7213.749.61-
YUV104.79114.58150.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=44.05%
G=29.90%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137938100.320.410.4612.8625.6942.75
Hex895D51020292Ed1a2b
Octal2111351210405156153253
Binary10001001101110110100010100000101001101110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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