#875C4E

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

Shades of Spicy Mix #875C4E

Tints of Spicy Mix #875C4E

Color information

#875C4E (or 0x875C4E) is unknown color: approx Spicy Mix. HEX triplet: 87, 5C and 4E. RGB value is (135,92,78). Sum of RGB (Red+Green+Blue) = 135+92+78=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C4E is #78A3B1. Grayscale: #676767. Windows color (decimal): -7906226 or 5135495. OLE color: 5135495.

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

Color convert

RGB1359278-
CMYK00.320.420.47
HSL14.74º26.76%41.76%-
HSV(B)14.74º42.22%52.94%-
XYZ15.1913.368.98-
YUV103.26113.75150.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=44.26%
G=30.16%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135927800.320.420.4714.7426.7641.76
Hex875C4E0202A2Ff1b2a
Octal2071341160405257173352
Binary10000111101110010011100100000101010101111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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