#875C55

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

Shades of Spicy Mix #875C55

Tints of Spicy Mix #875C55

Color information

#875C55 (or 0x875C55) is unknown color: approx Spicy Mix. HEX triplet: 87, 5C and 55. RGB value is (135,92,85). Sum of RGB (Red+Green+Blue) = 135+92+85=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #875C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C55 is #78A3AA. Grayscale: #686868. Windows color (decimal): -7906219 or 5594247. OLE color: 5594247.

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

Color convert

RGB1359285-
CMYK00.320.370.47
HSL8.4º22.73%43.14%-
HSV(B)8.4º37.04%52.94%-
XYZ15.4613.4610.38-
YUV104.06117.25150.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=43.27%
G=29.49%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135928500.320.370.478.422.7343.14
Hex875C55020252F8172b
Octal2071341250404557102753
Binary10000111101110010101010100000100101101111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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