#825F63

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

Shades of Falcon #825F63

Tints of Falcon #825F63

Color information

#825F63 (or 0x825F63) is unknown color: approx Falcon. HEX triplet: 82, 5F and 63. RGB value is (130,95,99). Sum of RGB (Red+Green+Blue) = 130+95+99=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F63 is #7DA09C. Grayscale: #696969. Windows color (decimal): -8233117 or 6512514. OLE color: 6512514.

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

Color convert

RGB1309599-
CMYK00.270.240.49
HSL353.14º15.56%44.12%-
HSV(B)353.14º26.92%50.98%-
XYZ15.5513.8313.65-
YUV105.92124.1145.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=40.12%
G=29.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130959900.270.240.49353.1415.5644.12
Hex825F6301B1831161102c
Octal20213714303330615412054
Binary10000010101111111000110110111100011000110110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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