#875948

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

Shades of Spicy Mix #875948

Tints of Spicy Mix #875948

Color information

#875948 (or 0x875948) is unknown color: approx Spicy Mix. HEX triplet: 87, 59 and 48. RGB value is (135,89,72). Sum of RGB (Red+Green+Blue) = 135+89+72=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #875948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875948 is #78A6B7. Grayscale: #646464. Windows color (decimal): -7907000 or 4741511. OLE color: 4741511.

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

Color convert

RGB1358972-
CMYK00.340.470.47
HSL16.19º30.43%40.59%-
HSV(B)16.19º46.67%52.94%-
XYZ14.7312.767.82-
YUV100.82111.74152.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=45.61%
G=30.07%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135897200.340.470.4716.1930.4340.59
Hex8759480222F2F101e29
Octal2071311100425757203651
Binary100001111011001100100001000101011111011111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875948; }

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

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

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

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

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

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

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

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