#875B48

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

Shades of Spicy Mix #875B48

Tints of Spicy Mix #875B48

Color information

#875B48 (or 0x875B48) is unknown color: approx Spicy Mix. HEX triplet: 87, 5B and 48. RGB value is (135,91,72). Sum of RGB (Red+Green+Blue) = 135+91+72=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B48 is #78A4B7. Grayscale: #666666. Windows color (decimal): -7906488 or 4742023. OLE color: 4742023.

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

Color convert

RGB1359172-
CMYK00.330.470.47
HSL18.1º30.43%40.59%-
HSV(B)18.1º46.67%52.94%-
XYZ14.913.17.87-
YUV101.99111.08151.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=45.30%
G=30.54%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135917200.330.470.4718.130.4340.59
Hex875B480212F2F121e29
Octal2071331100415757223651
Binary100001111011011100100001000011011111011111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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