#735356

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

Shades of Falcon #735356

Tints of Falcon #735356

Color information

#735356 (or 0x735356) is unknown color: approx Falcon. HEX triplet: 73, 53 and 56. RGB value is (115,83,86). Sum of RGB (Red+Green+Blue) = 115+83+86=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735356 is #8CACA9. Grayscale: #5C5C5C. Windows color (decimal): -9219242 or 5657459. OLE color: 5657459.

HSL color Cylindrical-coordinate representation of color #735356: hue angle of 354.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735356 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1158386-
CMYK00.280.250.55
HSL354.38º16.16%38.82%-
HSV(B)354.38º27.83%45.1%-
XYZ11.8410.510.21-
YUV92.91124.1143.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=40.49%
G=29.23%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115838600.280.250.55354.3816.1638.82
Hex73535601C19371621027
Octal16312312603431675422047
Binary1110011101001110101100111001100111011110110001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735356; }

 p { color: rgb(115,83,86); }

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

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

 a { background-color: rgb(115,83,86); }

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

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

 span { border-color: rgb(115,83,86); }

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