#875F55

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

Shades of Spicy Mix #875F55

Tints of Spicy Mix #875F55

Color information

#875F55 (or 0x875F55) is unknown color: approx Spicy Mix. HEX triplet: 87, 5F and 55. RGB value is (135,95,85). Sum of RGB (Red+Green+Blue) = 135+95+85=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F55 is #78A0AA. Grayscale: #696969. Windows color (decimal): -7905451 or 5595015. OLE color: 5595015.

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

Color convert

RGB1359585-
CMYK00.300.370.47
HSL12º22.73%43.14%-
HSV(B)12º37.04%52.94%-
XYZ15.7213.9910.47-
YUV105.82116.25148.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=42.86%
G=30.16%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135958500.300.370.471222.7343.14
Hex875F5501E252Fc172b
Octal2071371250364557142753
Binary1000011110111111010101011110100101101111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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