#855E5F

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

Shades of Falcon #855E5F

Tints of Falcon #855E5F

Color information

#855E5F (or 0x855E5F) is unknown color: approx Falcon. HEX triplet: 85, 5E and 5F. RGB value is (133,94,95). Sum of RGB (Red+Green+Blue) = 133+94+95=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E5F is #7AA1A0. Grayscale: #696969. Windows color (decimal): -8036769 or 6250117. OLE color: 6250117.

HSL color Cylindrical-coordinate representation of color #855E5F: hue angle of 358.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E5F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339495-
CMYK00.290.290.48
HSL358.46º17.18%44.51%-
HSV(B)358.46º29.32%52.16%-
XYZ15.7413.8212.66-
YUV105.78121.92147.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=41.30%
G=29.19%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133949500.290.290.48358.4617.1844.51
Hex855E5F01D1D30166112d
Octal20513613703535605462155
Binary10000101101111010111110111011110111000010110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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