#84595C

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

Shades of Falcon #84595C

Tints of Falcon #84595C

Color information

#84595C (or 0x84595C) is unknown color: approx Falcon. HEX triplet: 84, 59 and 5C. RGB value is (132,89,92). Sum of RGB (Red+Green+Blue) = 132+89+92=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595C is #7BA6A3. Grayscale: #666666. Windows color (decimal): -8103588 or 6052228. OLE color: 6052228.

HSL color Cylindrical-coordinate representation of color #84595C: hue angle of 355.81º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84595C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1328992-
CMYK00.330.300.48
HSL355.81º19.46%43.33%-
HSV(B)355.81º32.58%51.76%-
XYZ15.0212.8211.81-
YUV102.2122.25149.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=42.17%
G=28.43%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132899200.330.300.48355.8119.4643.33
Hex84595C0211E30164132b
Octal20413113404136605442353
Binary100001001011001101110001000011111011000010110010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84595C; }

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

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

<style>
 a { background-color: #84595C; }

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

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

<style>
 span { border-color: #84595C; }

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

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