#845E5F

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

Shades of Falcon #845E5F

Tints of Falcon #845E5F

Color information

#845E5F (or 0x845E5F) is unknown color: approx Falcon. HEX triplet: 84, 5E and 5F. RGB value is (132,94,95). Sum of RGB (Red+Green+Blue) = 132+94+95=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #845E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E5F is #7BA1A0. Grayscale: #696969. Windows color (decimal): -8102305 or 6250116. OLE color: 6250116.

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

Color convert

RGB1329495-
CMYK00.290.280.48
HSL358.42º16.81%44.31%-
HSV(B)358.42º28.79%51.76%-
XYZ15.5813.7412.66-
YUV105.48122.09146.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=41.12%
G=29.28%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132949500.290.280.48358.4216.8144.31
Hex845E5F01D1C30166112c
Octal20413613703534605462154
Binary10000100101111010111110111011110011000010110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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