#825B5C

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

Shades of Falcon #825B5C

Tints of Falcon #825B5C

Color information

#825B5C (or 0x825B5C) is unknown color: approx Falcon. HEX triplet: 82, 5B and 5C. RGB value is (130,91,92). Sum of RGB (Red+Green+Blue) = 130+91+92=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B5C is #7DA4A3. Grayscale: #666666. Windows color (decimal): -8234148 or 6052738. OLE color: 6052738.

HSL color Cylindrical-coordinate representation of color #825B5C: hue angle of 358.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B5C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1309192-
CMYK00.300.290.49
HSL358.46º17.65%43.33%-
HSV(B)358.46º30%50.98%-
XYZ14.881311.85-
YUV102.78121.92147.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=41.53%
G=29.07%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130919200.300.290.49358.4617.6543.33
Hex825B5C01E1D31166122b
Octal20213313403635615462253
Binary10000010101101110111000111101110111000110110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825B5C; }

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

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

<style>
 a { background-color: #825B5C; }

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

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

<style>
 span { border-color: #825B5C; }

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

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