#875D54

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

Shades of Spicy Mix #875D54

Tints of Spicy Mix #875D54

Color information

#875D54 (or 0x875D54) is unknown color: approx Spicy Mix. HEX triplet: 87, 5D and 54. RGB value is (135,93,84). Sum of RGB (Red+Green+Blue) = 135+93+84=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #875D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D54 is #78A2AB. Grayscale: #686868. Windows color (decimal): -7905964 or 5528967. OLE color: 5528967.

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

Color convert

RGB1359384-
CMYK00.310.380.47
HSL10.59º23.29%42.94%-
HSV(B)10.59º37.78%52.94%-
XYZ15.5113.6210.2-
YUV104.53116.41149.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=43.27%
G=29.81%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135938400.310.380.4710.5923.2942.94
Hex875D5401F262Fb172b
Octal2071351240374657132753
Binary1000011110111011010100011111100110101111101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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