#825F61

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

Shades of Falcon #825F61

Tints of Falcon #825F61

Color information

#825F61 (or 0x825F61) is unknown color: approx Falcon. HEX triplet: 82, 5F and 61. RGB value is (130,95,97). Sum of RGB (Red+Green+Blue) = 130+95+97=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #825F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F61 is #7DA09E. Grayscale: #696969. Windows color (decimal): -8233119 or 6381442. OLE color: 6381442.

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

Color convert

RGB1309597-
CMYK00.270.250.49
HSL356.57º15.56%44.12%-
HSV(B)356.57º26.92%50.98%-
XYZ15.4613.7913.16-
YUV105.69123.1145.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=40.37%
G=29.50%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130959700.270.250.49356.5715.5644.12
Hex825F6101B1931165102c
Octal20213714103331615452054
Binary10000010101111111000010110111100111000110110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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