#845B5D

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

Shades of Falcon #845B5D

Tints of Falcon #845B5D

Color information

#845B5D (or 0x845B5D) is unknown color: approx Falcon. HEX triplet: 84, 5B and 5D. RGB value is (132,91,93). Sum of RGB (Red+Green+Blue) = 132+91+93=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B5D is #7BA4A2. Grayscale: #676767. Windows color (decimal): -8103075 or 6118276. OLE color: 6118276.

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

Color convert

RGB1329193-
CMYK00.310.300.48
HSL357.07º18.39%43.73%-
HSV(B)357.07º31.06%51.76%-
XYZ15.2313.1812.1-
YUV103.49122.08148.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=41.77%
G=28.80%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132919300.310.300.48357.0718.3943.73
Hex845B5D01F1E30165122c
Octal20413313503736605452254
Binary10000100101101110111010111111111011000010110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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