#82585C

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

Shades of Falcon #82585C

Tints of Falcon #82585C

Color information

#82585C (or 0x82585C) is unknown color: approx Falcon. HEX triplet: 82, 58 and 5C. RGB value is (130,88,92). Sum of RGB (Red+Green+Blue) = 130+88+92=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585C is #7DA7A3. Grayscale: #656565. Windows color (decimal): -8234916 or 6051970. OLE color: 6051970.

HSL color Cylindrical-coordinate representation of color #82585C: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82585C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1308892-
CMYK00.320.290.49
HSL354.29º19.27%42.75%-
HSV(B)354.29º32.31%50.98%-
XYZ14.6312.511.77-
YUV101.01122.91148.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=41.94%
G=28.39%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889200.320.290.49354.2919.2742.75
Hex82585C0201D31162132b
Octal20213013404035615422353
Binary100000101011000101110001000001110111000110110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,88,92); }

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

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

 a { background-color: rgb(130,88,92); }

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

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

 span { border-color: rgb(130,88,92); }

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