#875D4E

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

Shades of Spicy Mix #875D4E

Tints of Spicy Mix #875D4E

Color information

#875D4E (or 0x875D4E) is unknown color: approx Spicy Mix. HEX triplet: 87, 5D and 4E. RGB value is (135,93,78). Sum of RGB (Red+Green+Blue) = 135+93+78=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D4E is #78A2B1. Grayscale: #676767. Windows color (decimal): -7905970 or 5135751. OLE color: 5135751.

HSL color Cylindrical-coordinate representation of color #875D4E: hue angle of 15.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875D4E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1359378-
CMYK00.310.420.47
HSL15.79º26.76%41.76%-
HSV(B)15.79º42.22%52.94%-
XYZ15.2813.539.01-
YUV103.85113.41150.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=44.12%
G=30.39%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135937800.310.420.4715.7926.7641.76
Hex875D4E01F2A2F101b2a
Octal2071351160375257203352
Binary10000111101110110011100111111010101011111000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,78); }

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

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

 a { background-color: rgb(135,93,78); }

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

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

 span { border-color: rgb(135,93,78); }

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