#875A50

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

Shades of Spicy Mix #875A50

Tints of Spicy Mix #875A50

Color information

#875A50 (or 0x875A50) is unknown color: approx Spicy Mix. HEX triplet: 87, 5A and 50. RGB value is (135,90,80). Sum of RGB (Red+Green+Blue) = 135+90+80=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A50 is #78A5AF. Grayscale: #666666. Windows color (decimal): -7906736 or 5266055. OLE color: 5266055.

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

Color convert

RGB1359080-
CMYK00.330.410.47
HSL10.91º25.58%42.16%-
HSV(B)10.91º40.74%52.94%-
XYZ15.113.049.31-
YUV102.32115.41151.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=44.26%
G=29.51%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135908000.330.410.4710.9125.5842.16
Hex875A50021292Fb1a2a
Octal2071321200415157133252
Binary10000111101101010100000100001101001101111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,80); }

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

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

 a { background-color: rgb(135,90,80); }

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

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

 span { border-color: rgb(135,90,80); }

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