#845C5D

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

Shades of Falcon #845C5D

Tints of Falcon #845C5D

Color information

#845C5D (or 0x845C5D) is unknown color: approx Falcon. HEX triplet: 84, 5C and 5D. RGB value is (132,92,93). Sum of RGB (Red+Green+Blue) = 132+92+93=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C5D is #7BA3A2. Grayscale: #686868. Windows color (decimal): -8102819 or 6118532. OLE color: 6118532.

HSL color Cylindrical-coordinate representation of color #845C5D: hue angle of 358.5º degrees, saturation: 0.18, 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 #845C5D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329293-
CMYK00.300.300.48
HSL358.5º17.86%43.92%-
HSV(B)358.5º30.3%51.76%-
XYZ15.3213.3512.13-
YUV104.07121.75147.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=41.64%
G=29.02%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132929300.300.300.48358.517.8643.92
Hex845C5D01E1E30166122c
Octal20413413503636605462254
Binary10000100101110010111010111101111011000010110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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