#855B5D

Color #855B5D Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #855B5D

Tints of Falcon #855B5D

Color information

#855B5D (or 0x855B5D) is unknown color: approx Falcon. HEX triplet: 85, 5B and 5D. RGB value is (133,91,93). Sum of RGB (Red+Green+Blue) = 133+91+93=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5D is #7AA4A2. Grayscale: #676767. Windows color (decimal): -8037539 or 6118277. OLE color: 6118277.

HSL color Cylindrical-coordinate representation of color #855B5D: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B5D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1339193-
CMYK00.320.300.48
HSL357.14º18.75%43.92%-
HSV(B)357.14º31.58%52.16%-
XYZ15.3913.2612.1-
YUV103.79121.91148.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=41.96%
G=28.71%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133919300.320.300.48357.1418.7543.92
Hex855B5D0201E30165132c
Octal20513313504036605452354
Binary100001011011011101110101000001111011000010110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B5D; }

 p { color: rgb(133,91,93); }

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

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

 a { background-color: rgb(133,91,93); }

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

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

 span { border-color: rgb(133,91,93); }

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