#845D5F

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

Shades of Falcon #845D5F

Tints of Falcon #845D5F

Color information

#845D5F (or 0x845D5F) is unknown color: approx Falcon. HEX triplet: 84, 5D and 5F. RGB value is (132,93,95). Sum of RGB (Red+Green+Blue) = 132+93+95=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5F is #7BA2A0. Grayscale: #686868. Windows color (decimal): -8102561 or 6249860. OLE color: 6249860.

HSL color Cylindrical-coordinate representation of color #845D5F: hue angle of 356.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D5F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1329395-
CMYK00.300.280.48
HSL356.92º17.33%44.12%-
HSV(B)356.92º29.55%51.76%-
XYZ15.513.5612.63-
YUV104.89122.42147.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=41.25%
G=29.06%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132939500.300.280.48356.9217.3344.12
Hex845D5F01E1C30165112c
Octal20413513703634605452154
Binary10000100101110110111110111101110011000010110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D5F; }

 p { color: rgb(132,93,95); }

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

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

 a { background-color: rgb(132,93,95); }

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

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

 span { border-color: rgb(132,93,95); }

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