#825F62

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

Shades of Falcon #825F62

Tints of Falcon #825F62

Color information

#825F62 (or 0x825F62) is unknown color: approx Falcon. HEX triplet: 82, 5F and 62. RGB value is (130,95,98). Sum of RGB (Red+Green+Blue) = 130+95+98=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F62 is #7DA09D. Grayscale: #696969. Windows color (decimal): -8233118 or 6446978. OLE color: 6446978.

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

Color convert

RGB1309598-
CMYK00.270.250.49
HSL354.86º15.56%44.12%-
HSV(B)354.86º26.92%50.98%-
XYZ15.513.8113.4-
YUV105.81123.6145.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=40.25%
G=29.41%
B=30.34%

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
Decimal130959800.270.250.49354.8615.5644.12
Hex825F6201B1931163102c
Octal20213714203331615432054
Binary10000010101111111000100110111100111000110110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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