#825E62

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

Shades of Falcon #825E62

Tints of Falcon #825E62

Color information

#825E62 (or 0x825E62) is unknown color: approx Falcon. HEX triplet: 82, 5E and 62. RGB value is (130,94,98). Sum of RGB (Red+Green+Blue) = 130+94+98=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #825E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E62 is #7DA19D. Grayscale: #696969. Windows color (decimal): -8233374 or 6446722. OLE color: 6446722.

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

Color convert

RGB1309498-
CMYK00.280.250.49
HSL353.33º16.07%43.92%-
HSV(B)353.33º27.69%50.98%-
XYZ15.4113.6313.37-
YUV105.22123.93145.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=40.37%
G=29.19%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130949800.280.250.49353.3316.0743.92
Hex825E6201C1931161102c
Octal20213614203431615412054
Binary10000010101111011000100111001100111000110110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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