#875D56

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

Shades of Spicy Mix #875D56

Tints of Spicy Mix #875D56

Color information

#875D56 (or 0x875D56) is unknown color: approx Spicy Mix. HEX triplet: 87, 5D and 56. RGB value is (135,93,86). Sum of RGB (Red+Green+Blue) = 135+93+86=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #875D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D56 is #78A2A9. Grayscale: #686868. Windows color (decimal): -7905962 or 5660039. OLE color: 5660039.

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

Color convert

RGB1359386-
CMYK00.310.360.47
HSL8.57º22.17%43.33%-
HSV(B)8.57º36.3%52.94%-
XYZ15.5913.6510.62-
YUV104.76117.41149.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=42.99%
G=29.62%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135938600.310.360.478.5722.1743.33
Hex875D5601F242F9162b
Octal2071351260374457112653
Binary1000011110111011010110011111100100101111100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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