#875F4C

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

Shades of Spicy Mix #875F4C

Tints of Spicy Mix #875F4C

Color information

#875F4C (or 0x875F4C) is unknown color: approx Spicy Mix. HEX triplet: 87, 5F and 4C. RGB value is (135,95,76). Sum of RGB (Red+Green+Blue) = 135+95+76=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F4C is #78A0B3. Grayscale: #686868. Windows color (decimal): -7905460 or 5005191. OLE color: 5005191.

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

Color convert

RGB1359576-
CMYK00.300.440.47
HSL19.32º27.96%41.37%-
HSV(B)19.32º43.7%52.94%-
XYZ15.3913.868.7-
YUV104.79111.75149.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=44.12%
G=31.05%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135957600.300.440.4719.3227.9641.37
Hex875F4C01E2C2F131c29
Octal2071371140365457233451
Binary10000111101111110011000111101011001011111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,95,76); }

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

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

 a { background-color: rgb(135,95,76); }

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

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

 span { border-color: rgb(135,95,76); }

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