#795256

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

Shades of Falcon #795256

Tints of Falcon #795256

Color information

#795256 (or 0x795256) is unknown color: approx Falcon. HEX triplet: 79, 52 and 56. RGB value is (121,82,86). Sum of RGB (Red+Green+Blue) = 121+82+86=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795256 is #86ADA9. Grayscale: #5E5E5E. Windows color (decimal): -8826282 or 5657209. OLE color: 5657209.

HSL color Cylindrical-coordinate representation of color #795256: hue angle of 353.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795256 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1218286-
CMYK00.320.290.53
HSL353.85º19.21%39.8%-
HSV(B)353.85º32.23%47.45%-
XYZ12.5810.7710.22-
YUV94.12123.42147.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=41.87%
G=28.37%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121828600.320.290.53353.8519.2139.8
Hex7952560201D351621328
Octal17112212604035655422350
Binary11110011010010101011001000001110111010110110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795256; }

 p { color: rgb(121,82,86); }

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

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

 a { background-color: rgb(121,82,86); }

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

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

 span { border-color: rgb(121,82,86); }

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