#82585A

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

Shades of Falcon #82585A

Tints of Falcon #82585A

Color information

#82585A (or 0x82585A) is unknown color: approx Falcon. HEX triplet: 82, 58 and 5A. RGB value is (130,88,90). Sum of RGB (Red+Green+Blue) = 130+88+90=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585A is #7DA7A5. Grayscale: #646464. Windows color (decimal): -8234918 or 5920898. OLE color: 5920898.

HSL color Cylindrical-coordinate representation of color #82585A: hue angle of 357.14º 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 #82585A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1308890-
CMYK00.320.310.49
HSL357.14º19.27%42.75%-
HSV(B)357.14º32.31%50.98%-
XYZ14.5412.4611.31-
YUV100.79121.91148.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=42.21%
G=28.57%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889000.320.310.49357.1419.2742.75
Hex82585A0201F31165132b
Octal20213013204037615452353
Binary100000101011000101101001000001111111000110110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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