#855B5E

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

Shades of Falcon #855B5E

Tints of Falcon #855B5E

Color information

#855B5E (or 0x855B5E) is unknown color: approx Falcon. HEX triplet: 85, 5B and 5E. RGB value is (133,91,94). Sum of RGB (Red+Green+Blue) = 133+91+94=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5E is #7AA4A1. Grayscale: #676767. Windows color (decimal): -8037538 or 6183813. OLE color: 6183813.

HSL color Cylindrical-coordinate representation of color #855B5E: hue angle of 355.71º 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 #855B5E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339194-
CMYK00.320.290.48
HSL355.71º18.75%43.92%-
HSV(B)355.71º31.58%52.16%-
XYZ15.4313.2812.34-
YUV103.9122.41148.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=41.82%
G=28.62%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133919400.320.290.48355.7118.7543.92
Hex855B5E0201D30164132c
Octal20513313604035605442354
Binary100001011011011101111001000001110111000010110010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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