#875A4F

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

Shades of Spicy Mix #875A4F

Tints of Spicy Mix #875A4F

Color information

#875A4F (or 0x875A4F) is unknown color: approx Spicy Mix. HEX triplet: 87, 5A and 4F. RGB value is (135,90,79). Sum of RGB (Red+Green+Blue) = 135+90+79=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A4F is #78A5B0. Grayscale: #666666. Windows color (decimal): -7906737 or 5200519. OLE color: 5200519.

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

Color convert

RGB1359079-
CMYK00.330.410.47
HSL11.79º26.17%41.96%-
HSV(B)11.79º41.48%52.94%-
XYZ15.0613.039.12-
YUV102.2114.91151.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=44.41%
G=29.61%
B=25.99%

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
Decimal135907900.330.410.4711.7926.1741.96
Hex875A4F021292Fc1a2a
Octal2071321170415157143252
Binary10000111101101010011110100001101001101111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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