#845A5B

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

Shades of Falcon #845A5B

Tints of Falcon #845A5B

Color information

#845A5B (or 0x845A5B) is unknown color: approx Falcon. HEX triplet: 84, 5A and 5B. RGB value is (132,90,91). Sum of RGB (Red+Green+Blue) = 132+90+91=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #845A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A5B is #7BA5A4. Grayscale: #666666. Windows color (decimal): -8103333 or 5986948. OLE color: 5986948.

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

Color convert

RGB1329091-
CMYK00.320.310.48
HSL358.57º18.92%43.53%-
HSV(B)358.57º31.82%51.76%-
XYZ15.0612.9711.61-
YUV102.67121.41148.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=42.17%
G=28.75%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132909100.320.310.48358.5718.9243.53
Hex845A5B0201F30167132c
Octal20413213304037605472354
Binary100001001011010101101101000001111111000010110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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