#875A49

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

Shades of Spicy Mix #875A49

Tints of Spicy Mix #875A49

Color information

#875A49 (or 0x875A49) is unknown color: approx Spicy Mix. HEX triplet: 87, 5A and 49. RGB value is (135,90,73). Sum of RGB (Red+Green+Blue) = 135+90+73=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A49 is #78A5B6. Grayscale: #656565. Windows color (decimal): -7906743 or 4807303. OLE color: 4807303.

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

Color convert

RGB1359073-
CMYK00.330.460.47
HSL16.45º29.81%40.78%-
HSV(B)16.45º45.93%52.94%-
XYZ14.8512.948.02-
YUV101.52111.91151.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=45.30%
G=30.20%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135907300.330.460.4716.4529.8140.78
Hex875A490212E2F101e29
Octal2071321110415657203651
Binary100001111011010100100101000011011101011111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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