#735051

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

Shades of Falcon #735051

Tints of Falcon #735051

Color information

#735051 (or 0x735051) is unknown color: approx Falcon. HEX triplet: 73, 50 and 51. RGB value is (115,80,81). Sum of RGB (Red+Green+Blue) = 115+80+81=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735051 is #8CAFAE. Grayscale: #5A5A5A. Windows color (decimal): -9220015 or 5329011. OLE color: 5329011.

HSL color Cylindrical-coordinate representation of color #735051: hue angle of 358.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735051 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1158081-
CMYK00.300.300.55
HSL358.29º17.95%38.24%-
HSV(B)358.29º30.43%45.1%-
XYZ11.429.989.11-
YUV90.58122.6145.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=41.67%
G=28.99%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115808100.300.300.55358.2917.9538.24
Hex73505101E1E371661226
Octal16312012103636675462246
Binary1110011101000010100010111101111011011110110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735051; }

 p { color: rgb(115,80,81); }

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

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

 a { background-color: rgb(115,80,81); }

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

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

 span { border-color: rgb(115,80,81); }

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