#875D4F

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

Shades of Spicy Mix #875D4F

Tints of Spicy Mix #875D4F

Color information

#875D4F (or 0x875D4F) is unknown color: approx Spicy Mix. HEX triplet: 87, 5D and 4F. RGB value is (135,93,79). Sum of RGB (Red+Green+Blue) = 135+93+79=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D4F is #78A2B0. Grayscale: #686868. Windows color (decimal): -7905969 or 5201287. OLE color: 5201287.

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

Color convert

RGB1359379-
CMYK00.310.410.47
HSL15º26.17%41.96%-
HSV(B)15º41.48%52.94%-
XYZ15.3213.549.2-
YUV103.96113.91150.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=43.97%
G=30.29%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135937900.310.410.471526.1741.96
Hex875D4F01F292Ff1a2a
Octal2071351170375157173252
Binary1000011110111011001111011111101001101111111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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