#825C5D

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

Shades of Falcon #825C5D

Tints of Falcon #825C5D

Color information

#825C5D (or 0x825C5D) is unknown color: approx Falcon. HEX triplet: 82, 5C and 5D. RGB value is (130,92,93). Sum of RGB (Red+Green+Blue) = 130+92+93=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C5D is #7DA3A2. Grayscale: #676767. Windows color (decimal): -8233891 or 6118530. OLE color: 6118530.

HSL color Cylindrical-coordinate representation of color #825C5D: hue angle of 358.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C5D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1309293-
CMYK00.290.280.49
HSL358.42º17.12%43.53%-
HSV(B)358.42º29.23%50.98%-
XYZ15.0113.1912.11-
YUV103.48122.09146.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=41.27%
G=29.21%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130929300.290.280.49358.4217.1243.53
Hex825C5D01D1C31166112c
Octal20213413503534615462154
Binary10000010101110010111010111011110011000110110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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