#875949

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

Shades of Spicy Mix #875949

Tints of Spicy Mix #875949

Color information

#875949 (or 0x875949) is unknown color: approx Spicy Mix. HEX triplet: 87, 59 and 49. RGB value is (135,89,73). Sum of RGB (Red+Green+Blue) = 135+89+73=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875949 is #78A6B6. Grayscale: #656565. Windows color (decimal): -7906999 or 4807047. OLE color: 4807047.

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

Color convert

RGB1358973-
CMYK00.340.460.47
HSL15.48º29.81%40.78%-
HSV(B)15.48º45.93%52.94%-
XYZ14.7712.787.99-
YUV100.93112.24152.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=45.45%
G=29.97%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135897300.340.460.4715.4829.8140.78
Hex8759490222E2Ff1e29
Octal2071311110425657173651
Binary10000111101100110010010100010101110101111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875949; }

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

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

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

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

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

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

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

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