#825C61

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

Shades of Falcon #825C61

Tints of Falcon #825C61

Color information

#825C61 (or 0x825C61) is unknown color: approx Falcon. HEX triplet: 82, 5C and 61. RGB value is (130,92,97). Sum of RGB (Red+Green+Blue) = 130+92+97=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C61 is #7DA39E. Grayscale: #676767. Windows color (decimal): -8233887 or 6380674. OLE color: 6380674.

HSL color Cylindrical-coordinate representation of color #825C61: hue angle of 352.11º 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 #825C61 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1309297-
CMYK00.290.250.49
HSL352.11º17.12%43.53%-
HSV(B)352.11º29.23%50.98%-
XYZ15.1913.2613.07-
YUV103.93124.09146.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=40.75%
G=28.84%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130929700.290.250.49352.1117.1243.53
Hex825C6101D1931160112c
Octal20213414103531615402154
Binary10000010101110011000010111011100111000110110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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