#875D49

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

Shades of Spicy Mix #875D49

Tints of Spicy Mix #875D49

Color information

#875D49 (or 0x875D49) is unknown color: approx Spicy Mix. HEX triplet: 87, 5D and 49. RGB value is (135,93,73). Sum of RGB (Red+Green+Blue) = 135+93+73=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D49 is #78A2B6. Grayscale: #676767. Windows color (decimal): -7905975 or 4808071. OLE color: 4808071.

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

Color convert

RGB1359373-
CMYK00.310.460.47
HSL19.35º29.81%40.78%-
HSV(B)19.35º45.93%52.94%-
XYZ15.1113.468.11-
YUV103.28110.91150.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=44.85%
G=30.90%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135937300.310.460.4719.3529.8140.78
Hex875D4901F2E2F131e29
Octal2071351110375657233651
Binary10000111101110110010010111111011101011111001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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