#875B49

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

Shades of Spicy Mix #875B49

Tints of Spicy Mix #875B49

Color information

#875B49 (or 0x875B49) is unknown color: approx Spicy Mix. HEX triplet: 87, 5B and 49. RGB value is (135,91,73). Sum of RGB (Red+Green+Blue) = 135+91+73=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B49 is #78A4B6. Grayscale: #666666. Windows color (decimal): -7906487 or 4807559. OLE color: 4807559.

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

Color convert

RGB1359173-
CMYK00.330.460.47
HSL17.42º29.81%40.78%-
HSV(B)17.42º45.93%52.94%-
XYZ14.9413.118.05-
YUV102.1111.58151.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=45.15%
G=30.43%
B=24.41%

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
Decimal135917300.330.460.4717.4229.8140.78
Hex875B490212E2F111e29
Octal2071331110415657213651
Binary100001111011011100100101000011011101011111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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