#875E49

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

Shades of Spicy Mix #875E49

Tints of Spicy Mix #875E49

Color information

#875E49 (or 0x875E49) is unknown color: approx Spicy Mix. HEX triplet: 87, 5E and 49. RGB value is (135,94,73). Sum of RGB (Red+Green+Blue) = 135+94+73=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E49 is #78A1B6. Grayscale: #676767. Windows color (decimal): -7905719 or 4808327. OLE color: 4808327.

HSL color Cylindrical-coordinate representation of color #875E49: hue angle of 20.32º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875E49 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1359473-
CMYK00.300.460.47
HSL20.32º29.81%40.78%-
HSV(B)20.32º45.93%52.94%-
XYZ15.213.648.13-
YUV103.86110.58150.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=44.70%
G=31.13%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135947300.300.460.4720.3229.8140.78
Hex875E4901E2E2F141e29
Octal2071361110365657243651
Binary10000111101111010010010111101011101011111010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E49; }

 p { color: rgb(135,94,73); }

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

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

 a { background-color: rgb(135,94,73); }

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

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

 span { border-color: rgb(135,94,73); }

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