#856355

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

Shades of Spicy Mix #856355

Tints of Spicy Mix #856355

Color information

#856355 (or 0x856355) is unknown color: approx Spicy Mix. HEX triplet: 85, 63 and 55. RGB value is (133,99,85). Sum of RGB (Red+Green+Blue) = 133+99+85=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856355 is #7A9CAA. Grayscale: #6B6B6B. Windows color (decimal): -8035499 or 5596037. OLE color: 5596037.

HSL color Cylindrical-coordinate representation of color #856355: hue angle of 17.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856355 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1339985-
CMYK00.260.360.48
HSL17.5º22.02%42.75%-
HSV(B)17.5º36.09%52.16%-
XYZ15.7714.5710.57-
YUV107.57115.26146.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=41.96%
G=31.23%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133998500.260.360.4817.522.0242.75
Hex85635501A243012162b
Octal2051431250324460222653
Binary10000101110001110101010110101001001100001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856355; }

 p { color: rgb(133,99,85); }

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

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

 a { background-color: rgb(133,99,85); }

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

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

 span { border-color: rgb(133,99,85); }

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