#875E4F

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

Shades of Spicy Mix #875E4F

Tints of Spicy Mix #875E4F

Color information

#875E4F (or 0x875E4F) is unknown color: approx Spicy Mix. HEX triplet: 87, 5E and 4F. RGB value is (135,94,79). Sum of RGB (Red+Green+Blue) = 135+94+79=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E4F is #78A1B0. Grayscale: #686868. Windows color (decimal): -7905713 or 5201543. OLE color: 5201543.

HSL color Cylindrical-coordinate representation of color #875E4F: hue angle of 16.07º 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 #875E4F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1359479-
CMYK00.300.410.47
HSL16.07º26.17%41.96%-
HSV(B)16.07º41.48%52.94%-
XYZ15.4113.729.23-
YUV104.55113.58149.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=43.83%
G=30.52%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135947900.300.410.4716.0726.1741.96
Hex875E4F01E292F101a2a
Octal2071361170365157203252
Binary10000111101111010011110111101010011011111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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