#875946

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

Shades of Spicy Mix #875946

Tints of Spicy Mix #875946

Color information

#875946 (or 0x875946) is unknown color: approx Spicy Mix. HEX triplet: 87, 59 and 46. RGB value is (135,89,70). Sum of RGB (Red+Green+Blue) = 135+89+70=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875946 is #78A6B9. Grayscale: #646464. Windows color (decimal): -7907002 or 4610439. OLE color: 4610439.

HSL color Cylindrical-coordinate representation of color #875946: hue angle of 17.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875946 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1358970-
CMYK00.340.480.47
HSL17.54º31.71%40.2%-
HSV(B)17.54º48.15%52.94%-
XYZ14.6712.747.48-
YUV100.59110.74152.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=45.92%
G=30.27%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135897000.340.480.4717.5431.7140.2
Hex875946022302F122028
Octal2071311060426057224050
Binary1000011110110011000110010001011000010111110010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875946; }

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

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

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

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

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

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

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

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